spec/spec_helper.rb in fluentd-ui-0.3.1 vs spec/spec_helper.rb in fluentd-ui-0.3.2
- old
+ new
@@ -31,9 +31,10 @@
# config.mock_with :flexmock
# config.mock_with :rr
# Syntax sugar to use the FactoryGirl methods directly instead FactoryGirl.create ete.
config.include FactoryGirl::Syntax::Methods
+ config.include LoginMacro
# If true, the base class of anonymous controllers will be inferred
# automatically. This will be the default behavior in future versions of
# rspec-rails.
config.infer_base_class_for_anonymous_controllers = false