You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

rspec.rake 136 B

2 years ago
12345678
  1. # frozen_string_literal: true
  2. require 'rspec/core/rake_task'
  3. desc 'Run RSpec'
  4. RSpec::Core::RakeTask.new do |t|
  5. t.verbose = true
  6. end

No Description

Contributors (1)