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:
describe "something" do it "does something" do 3.should eq(3) end end
- When
-
I run
rspec a.spec
- Then
- the examples should all pass
Last published over 7 years ago by myronmarston.