File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,24 @@ running `rails generate rspec:model` will generate a model spec. For more
105
105
information, see [ list of all
106
106
generators] ( https://www.relishapp.com/rspec/rspec-rails/docs/generators ) .
107
107
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
+
108
126
## Model Specs
109
127
110
128
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:
536
554
task(" spec" ).clear
537
555
```
538
556
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 ) .
545
557
546
558
## Also see
547
559
You can’t perform that action at this time.
0 commit comments