Skip to content

Commit

Permalink
Merge pull request #250 from komoju/fix-bundle-install
Browse files Browse the repository at this point in the history
Unify version of sass-rails gem with spree gem
  • Loading branch information
damianlegawiec committed Apr 8, 2016
2 parents 59ac5bc + 88ae6ec commit 3cb02b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/features/stripe_checkout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

it "shows an error with an invalid credit card number", :js => true do
click_button "Save and Continue"
page.should have_content("This card number looks invalid")
page.should have_content("The card number is not a valid credit card number")
page.should have_css('#card_number.error')
end

Expand Down
2 changes: 1 addition & 1 deletion spree_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec-activemodel-mocks'
s.add_development_dependency 'rspec-rails', '~> 2.99'
s.add_development_dependency 'sass-rails', '~> 4.0.2'
s.add_development_dependency 'sass-rails', '~> 5.0.0'
s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 3cb02b0

Please sign in to comment.