Closed ismail261 closed 5 years ago
We'll need a SSCCE in order to look into this. It's easiest if that is provided as a git repo that we can git clone
, bootstrap with bundle install
and then repro the issue with bundle exec rspec
. If you're having trouble making an SSCCE, try making a new project director with your Gemfile
and Gemfile.lock
, your definition for CukeConfig
and the spec file that triggers the exception. Hopefully that will be sufficient.
@ismail261 may we assume that you have resolved this problem or that it is no longer relevant?
Thanks for the bump @mikegee. Closing because we don't have a way to reproduce this issue and the issue is inactive since 1 year.
Not able to understand why i am getting that error while simply creating a new object.
All I am doing is CukeConfig.new(config) and getting the error: can't modify frozen NilClass (RuntimeError)
I checked online on some pages and it said update rspec to higher version. Am already using 3.7.0 latest version.
This is my gemfile.lock
Any help will be greatly appreciated.