Specify exclusion of fixture and performance separately
This commit is contained in:
parent
993b410d95
commit
03f33f9313
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ begin
|
||||||
|
|
||||||
desc "Run all specs in spec directory (excluding those tagged performance)"
|
desc "Run all specs in spec directory (excluding those tagged performance)"
|
||||||
RSpec::Core::RakeTask.new(:spec => :'spec:fixtures') do |t|
|
RSpec::Core::RakeTask.new(:spec => :'spec:fixtures') do |t|
|
||||||
t.rspec_opts = ['--tag ~fixture ~performance']
|
t.rspec_opts = ['--tag ~fixture --tag ~performance']
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Run all specs that generate fixtures for rspec or jasmine"
|
desc "Run all specs that generate fixtures for rspec or jasmine"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue