Skip to content

Commit

Permalink
Exclude solidus 1.3 down from extra checkout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljackson authored and Brendan Deere committed Jul 24, 2017
1 parent 948f7b5 commit da1fc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/solidus_subscriptions/checkout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
end
end

if Gem::Specification.all.find{ |gem| gem.name == 'solidus' }.version >= Gem::Version.new('1.3.0')
if Gem::Specification.all.find{ |gem| gem.name == 'solidus' }.version >= Gem::Version.new('1.4.0')
context 'Altered checkout flow' do
before do
@old_checkout_flow = Spree::Order.checkout_flow
Expand Down

0 comments on commit da1fc88

Please sign in to comment.