Skip to content

Commit

Permalink
Test all the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jan 29, 2013
1 parent 65a5c97 commit 7efaed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "rake/testtask"

Rake::TestTask.new do |t|
t.libs.push "lib"
t.test_files = FileList['spec/*_spec.rb']
t.test_files = FileList['spec/**/*_spec.rb']
t.verbose = true
end

Expand Down

0 comments on commit 7efaed2

Please sign in to comment.