rake now runs only model tests

This commit is contained in:
Priit Tark 2015-04-14 12:39:24 +03:00
parent ad6d94f1d7
commit 59682fdbdd

View file

@ -16,6 +16,7 @@ begin
desc 'Run all but EPP specs'
RSpec::Core::RakeTask.new('test:other') do |t|
t.rspec_opts = '--tag ~epp --tag ~feature'
t.pattern = FileList["spec/models/**/*_spec.rb"]
end
desc 'Run all but EPP specs'