Guest User

Untitled

a guest
Aug 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Rake::TestTask.new('test') do |test|
  2. test.test_files = FileList["test/**/*_test.rb"]
  3. test.verbose = true
  4. end
Add Comment
Please, Sign In to add comment