Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
New realworld specs depend on ruby >= 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Who828 committed Dec 4, 2014
1 parent 929f4bf commit 2781226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/realworld/edgecases_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
expect(out).to include("activemodel 3.0.5")
end

it "resolves dependencies correctly" do
it "resolves dependencies correctly", :ruby => "1.9" do
install_gemfile <<-G
source "https://rubygems.org"
Expand All @@ -46,7 +46,7 @@
expect(out).to include("capybara 2.2.1")
end

it "installs the latest version of gxapi_rails" do
it "installs the latest version of gxapi_rails", :ruby => "1.9" do
install_gemfile <<-G
source "https://rubygems.org"
Expand Down

0 comments on commit 2781226

Please sign in to comment.