Skip to content

Commit

Permalink
Remove fixture files from test_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki-S committed Jul 1, 2015
1 parent 5902471 commit 460f56c
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 @@ -5,7 +5,7 @@ require "ttnt/testtask"
Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
t.test_files = FileList['test/**/*_test.rb']
t.test_files = FileList['test/**/*_test.rb'] - FileList['test/fixtures/**/*_test.rb']
TTNT::TestTask.new(t)
end

Expand Down

0 comments on commit 460f56c

Please sign in to comment.