mirror of
https://github.com/internetee/registry.git
synced 2025-08-14 13:33:55 +02:00
rake now runs only model tests
This commit is contained in:
parent
ad6d94f1d7
commit
59682fdbdd
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ begin
|
||||||
desc 'Run all but EPP specs'
|
desc 'Run all but EPP specs'
|
||||||
RSpec::Core::RakeTask.new('test:other') do |t|
|
RSpec::Core::RakeTask.new('test:other') do |t|
|
||||||
t.rspec_opts = '--tag ~epp --tag ~feature'
|
t.rspec_opts = '--tag ~epp --tag ~feature'
|
||||||
|
t.pattern = FileList["spec/models/**/*_spec.rb"]
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Run all but EPP specs'
|
desc 'Run all but EPP specs'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue