Merge branch 'master' of github.com:internetee/registry

Conflicts:
	db/schema.rb
This commit is contained in:
Andres Keskküla 2014-12-18 13:55:37 +02:00
commit e991ab36f9
48 changed files with 7925 additions and 143 deletions

View file

@ -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