Merge pull request #308 from aboutsource/fix_rspec_type_deprecation_warning

Fixed rspec deprecation warning concerning spec type.
This commit is contained in:
wvengen 2014-09-22 08:53:34 +02:00
commit de3a755f3a
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ RSpec.configure do |config|
config.order = "random"
config.include SessionHelper
# Automatically determine spec from directory structure, see:
# https://www.relishapp.com/rspec/rspec-rails/v/3-0/docs/directory-structure
config.infer_spec_type_from_file_location!
end
module Faker