AutoCommit Don Sep 3 16:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-03 16:03:01 +02:00
parent 984e5f4b56
commit f7ad93c398
6 changed files with 164 additions and 142 deletions

View File

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