Skip to content

Commit

Permalink
Running specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Willianvdv committed Feb 3, 2014
1 parent 37fb5ab commit 88e8199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

# Provides basic authentication functionality for testing parts of your engine
gem 'spree_auth_devise', github: 'spree/spree_auth_devise'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-1-stable'
gem 'spree', github: 'spree/spree', branch: '2-1-stable'

gemspec
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@
end

config.fail_fast = ENV['FAIL_FAST'] || false

config.include Spree::TestingSupport::ControllerRequests
config.include Spree::TestingSupport::UrlHelpers

end

0 comments on commit 88e8199

Please sign in to comment.