AutoCommit Die Sep 1 10:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-01 10:03:01 +02:00
parent 576b763d82
commit c1a7d9b7c2
7 changed files with 87 additions and 15 deletions

View File

@@ -14,6 +14,9 @@ Dir[Rails.root.join("spec/controllers/shared_examples/**/*.rb")].each {|f| requi
RSpec.configure do |config|
config.include Devise::TestHelpers, :type => :controller
config.extend ControllerMacros, :type => :controller
config.include Devise::TestHelpers, :type => :view
config.include RSpecHtmlMatchers, :type => :view
end