You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aruba/rspec is used, there doesn't seem to be a need for the cucumber gem to be installed as well. Releasing aruba-rspec on its own would reduce the bundle size.
The text was updated successfully, but these errors were encountered:
Summary
Release
aruba-rspec
gem which contains only relevant code foraruba/rspec
.Expected Behavior
When I need to use
aruba
withRSpec
, I should be able to install the gem without cucumber.Given the following Gemfile:
When
bundle install
Then
Gemfile.lock
should contain:Current Behavior
Given the following Gemfile:
When
bundle install
Then
Gemfile.lock
should contain:Possible Solution
Context & Motivation
When
aruba/rspec
is used, there doesn't seem to be a need for thecucumber
gem to be installed as well. Releasingaruba-rspec
on its own would reduce the bundle size.The text was updated successfully, but these errors were encountered: