CONTRIBUTING.md in google-cloud-env-1.3.1 vs CONTRIBUTING.md in google-cloud-env-1.3.2
- old
+ new
@@ -46,22 +46,9 @@
```sh
$ cd google-cloud-env/
$ bundle exec rake bundleupdate
```
-## Console
-
-In order to run code interactively, you can automatically load
-google-cloud-env and its dependencies in IRB. This requires that your
-developer environment has already been configured by following the steps
-described in the {file:AUTHENTICATION.md Authentication Guide}. An IRB console
-can be created with:
-
-```sh
-$ cd google-cloud-env/
-$ bundle exec rake console
-```
-
## hosting environment Tests
Tests are very important part of google-cloud-env. All contributions
should include tests that ensure the contributed code behaves as expected.