Navigation Menu

Skip to content

Commit

Permalink
Only look for tests in test/seedbank.
Browse files Browse the repository at this point in the history
  • Loading branch information
james2m committed Jul 1, 2012
1 parent ada8b91 commit 91991b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,7 +7,7 @@ desc 'Test the seedbank gem.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.pattern = 'test/seedbank/**/*_test.rb'
t.verbose = true
end

Expand Down

0 comments on commit 91991b6

Please sign in to comment.