mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Merge branch 'master' of github.com:internetee/registry
Conflicts: db/schema.rb
This commit is contained in:
commit
e991ab36f9
48 changed files with 7925 additions and 143 deletions
|
@ -22,6 +22,12 @@ if Rails.env.test? || Rails.env.development?
|
|||
t.rspec_opts = '--tag ~feature'
|
||||
end
|
||||
|
||||
desc 'Generate EPP doc from specs'
|
||||
RSpec::Core::RakeTask.new('test:epp_doc') do |t|
|
||||
ENV['EPP_DOC'] = 'true'
|
||||
t.rspec_opts = '--tag epp --require support/epp_doc.rb --format EppDoc'
|
||||
end
|
||||
|
||||
Rake::Task[:default].prerequisites.clear
|
||||
task default: :test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue