We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b524793 commit e1407c1Copy full SHA for e1407c1
README.md
@@ -73,6 +73,7 @@ Let's run a test:
73
74
```
75
$ time bin/rake test test/controllers/posts_controller_test.rb
76
+Running via Spring preloader in process 2734
77
Run options:
78
79
# Running tests:
@@ -103,6 +104,7 @@ The next run is faster:
103
104
105
106
107
+Running via Spring preloader in process 8352
108
109
110
@@ -147,6 +149,7 @@ environment gets booted up:
147
149
148
150
151
$ bin/rake routes
152
+Running via Spring preloader in process 2363
153
posts GET /posts(.:format) posts#index
154
POST /posts(.:format) posts#create
155
new_post GET /posts/new(.:format) posts#new
0 commit comments