Skip to content

Commit

Permalink
Ignore tests in dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalette committed May 21, 2015
1 parent 480449f commit 62ed779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -17,7 +17,7 @@ require 'rake/testtask'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.test_files = FileList.new('test/**/*_test.rb').exclude('test/dummy/**/*')
t.verbose = false
end

Expand Down

0 comments on commit 62ed779

Please sign in to comment.