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 collaboratorarbitrary file suffix
- Scenarios
-
- `.spec`
-
- Given
-
a file named "a.spec" with:
RSpec.describe "something" do it "does something" do expect(3).to eq(3) end end
- When
-
I run
rspec a.spec
- Then
- the examples should all pass
Last published about 2 years ago by Jon Rowe.