forked from bofh/fetsite
AutoCommit Don Sep 3 16:03:01 CEST 2015
This commit is contained in:
@@ -15,7 +15,8 @@ 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
|
||||
config.include RSpecHtmlMatchers, :type => :view
|
||||
config.extend ViewMacros, :type => :view
|
||||
|
||||
end
|
||||
|
||||
@@ -42,7 +43,8 @@ RSpec.configure do |config|
|
||||
# automatically. This will be the default behavior in future versions of
|
||||
# rspec-rails.
|
||||
config.infer_base_class_for_anonymous_controllers = false
|
||||
|
||||
config.add_setting :themes
|
||||
config.themes =[:blue2, :blue1]
|
||||
# Run specs in random order to surface order dependencies. If you find an
|
||||
# order dependency and want to debug it, you can fix the order by providing
|
||||
# the seed, which is printed after each run.
|
||||
|
||||
Reference in New Issue
Block a user