Skip to content

Commit

Permalink
Bump Cucumber gem to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros authored and Vadim Ivanov committed Oct 5, 2015
1 parent 5ef8988 commit 015f364
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
group :test do
gem "rake", "10.4.2"
gem "aruba", "0.4.11"
gem "cucumber", "<2.0.0"
gem "cucumber", "2.0.0"
end

group :dev do
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,30 @@ GEM
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
builder (3.1.3)
builder (3.2.2)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1)
cucumber (2.0.0)
builder (>= 2.1.2)
cucumber-core (~> 1.1.3)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.1.3)
gherkin (~> 2.12.0)
diff-lcs (1.1.3)
ffi (1.1.5)
gherkin (2.11.3)
json (>= 1.4.6)
gherkin (2.12.2)
multi_json (~> 1.3)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-jasmine-node (0.0.5)
guard (>= 0.4)
json (1.7.5)
listen (0.5.3)
multi_json (1.11.0)
multi_test (0.1.2)
rake (10.4.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
Expand All @@ -41,6 +46,6 @@ PLATFORMS

DEPENDENCIES
aruba (= 0.4.11)
cucumber (< 2.0.0)
cucumber (= 2.0.0)
guard-jasmine-node (= 0.0.5)
rake (= 10.4.2)
2 changes: 1 addition & 1 deletion features/step_definitions/cucumber_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
end

Then /^it outputs this json:$/ do |json|
assert_json_output json
assert_json_output json.to_s
end

Then /^it outputs this text:$/ do |json|
Expand Down

0 comments on commit 015f364

Please sign in to comment.