Skip to content

Commit

Permalink
bump cukes to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 23, 2011
1 parent d5afa09 commit 084c6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -12,8 +12,8 @@ end

### dev dependencies
gem "rake", "~> 0.9"
gem "cucumber", "~> 0.10.2"
gem "aruba", "~> 0.3.6"
gem "cucumber", "1.0.0"
gem "aruba", "0.4.2"
gem "nokogiri", "1.4.4"

platforms :jruby do
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/additional_cli_steps.rb
Expand Up @@ -7,7 +7,7 @@

Then /^the output should contain all of these:$/ do |table|
table.raw.flatten.each do |string|
assert_partial_output(string)
assert_partial_output(string, all_output)
end
end

Expand Down

0 comments on commit 084c6b1

Please sign in to comment.