Skip to content

Commit

Permalink
Ruby 2.0.0 support
Browse files Browse the repository at this point in the history
Courtesy of @charliesome in #357
  • Loading branch information
mattwynne committed Feb 25, 2013
1 parent 4e3ff22 commit 839d30f
Show file tree
Hide file tree
Showing 14 changed files with 706 additions and 1,473 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
rvm:
- 2.0.0
- 1.9.3
- 1.8.7

Expand Down
1 change: 1 addition & 0 deletions cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jruby: <%= std_opts %> --tags ~@spork --tags ~@wire
jruby_win: <%= std_opts %> --tags ~@spork --tags ~@wire CUCUMBER_FORWARD_SLASH_PATHS=true
windows_mri: <%= std_opts %> --tags ~@jruby --tags ~@spork --tags ~@wire --tags ~@needs-many-fonts CUCUMBER_FORWARD_SLASH_PATHS=true
ruby_1_9: <%= std_opts %> --tags ~@jruby --tags ~@fails_on_1_9
ruby_2_0: <%= std_opts %> --tags ~@jruby --tags ~@fails_on_1_9
wip: --tags @wip:3 --wip features
none: --format pretty
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip
Loading

0 comments on commit 839d30f

Please sign in to comment.