To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator`--warnings` option (run with warnings enabled)
You can use the --warnings
option to run specs with warnings enabled
- Scenarios
-
- Scenario
-
- Given
-
a file named "example_spec.rb" with:
RSpec.describe do it 'generates warning' do @undefined end end
- When
-
I run
rspec --warnings example_spec.rb
- Then
- the output should contain "warning"
- Scenario
-
- Given
-
a file named "example_spec.rb" with:
RSpec.describe do it 'generates warning' do @undefined end end
- When
-
I run
rspec example_spec.rb
- Then
- the output should not contain "warning"
Last published over 6 years ago by myronmarston.