Skip to content

Commit

Permalink
update rspec config to remove deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Apr 2, 2015
1 parent 4af7c2b commit 5849adc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@
#config.include Spree::UrlHelpers
#config.include Devise::TestHelpers, :type => :controller

end
# Upgrade to rspec 3.x
config.infer_spec_type_from_file_location!


end

0 comments on commit 5849adc

Please sign in to comment.