Skip to content

Commit

Permalink
Changed to support Cucumber >= v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agfeo-rw committed Jan 22, 2022
1 parent c92eec4 commit c980fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN gem update --system \
&& gem install cucumber
&& gem install cucumber \
&& gem install cucumber-ruby

ENV CUCUMBER_CPP_DIR /usr/cucumber-cpp

Expand Down
1 change: 1 addition & 0 deletions features/support/wire.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'cucumber/wire'

0 comments on commit c980fdb

Please sign in to comment.