Skip to content

Commit 735c5f0

Browse files
committed
Merge pull request #1431 from jamelablack/patch-1
Update README.md
2 parents b756783 + f2229f1 commit 735c5f0

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,24 @@ running `rails generate rspec:model` will generate a model spec. For more
105105
information, see [list of all
106106
generators](https://www.relishapp.com/rspec/rspec-rails/docs/generators).
107107

108+
## Contributing
109+
110+
Once you've set up the environment, you'll need to cd into the working
111+
directory of whichever repo you want to work in. From there you can run the
112+
specs and cucumber features, and make patches.
113+
114+
NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
115+
can treat each RSpec repo as an independent project.
116+
Please see the following files:
117+
118+
For `rspec-rails`-specific development information, see
119+
120+
* [README_DEV](http://github.com/rspec/rspec-rails/blob/master/README_DEV.md)
121+
* [CODE_OF_CONDUCT] (https://github.com/rspec/rspec-rails/blob/master/code_of_conduct.md)
122+
* [BUILD_DETAIL](https://github.com/rspec/rspec-rails/blob/master/BUILD_DETAIL.md)
123+
* [CONTRIBUTING](https://github.com/rspec/rspec-rails/blob/master/CONTRIBUTING.md)
124+
125+
108126
## Model Specs
109127

110128
Use model specs to describe behavior of models (usually ActiveRecord-based) in
@@ -536,12 +554,6 @@ However, you must first clear the task that rspec-rails defined:
536554
task("spec").clear
537555
```
538556

539-
## Contribute
540-
541-
See [http://github.com/rspec/rspec-dev](http://github.com/rspec/rspec-dev).
542-
543-
For `rspec-rails`-specific development information, see
544-
[README_DEV](https://github.com/rspec/rspec-rails/blob/master/README_DEV.md).
545557

546558
## Also see
547559

0 commit comments

Comments
 (0)