rspec-example_steps
rspec-example_steps copied to clipboard
Given/When/Then steps for RSpec examples
Sorry for my bad english. I want to know why delete `shared_steps` and `include_steps`. Should i use `rspec-steps` as an alternative ? Thank you.
When i run following rspec command steps are not showing ``` ruby rspec -fd spec/features/student_signs_up_spec.rb ``` RSpec output ``` ruby Student sign up . User tries with out first name...
The monkey patch will wreak havoc when using preloaders like Spring. The cleanest way I could find to fix it was to make the formatter seperate from the documentation formatter...