Skip to content

Commit

Permalink
Merge pull request #308 from aboutsource/fix_rspec_type_deprecation_w…
Browse files Browse the repository at this point in the history
…arning

Fixed rspec deprecation warning concerning spec type.
  • Loading branch information
wvengen committed Sep 22, 2014
2 parents e816d78 + d2a218c commit de3a755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
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
Expand Down

0 comments on commit de3a755

Please sign in to comment.