Skip to content

Commit e1407c1

Browse files
committed
Make README reflect recent changes to Spring output
1 parent b524793 commit e1407c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Let's run a test:
7373

7474
```
7575
$ time bin/rake test test/controllers/posts_controller_test.rb
76+
Running via Spring preloader in process 2734
7677
Run options:
7778
7879
# Running tests:
@@ -103,6 +104,7 @@ The next run is faster:
103104

104105
```
105106
$ time bin/rake test test/controllers/posts_controller_test.rb
107+
Running via Spring preloader in process 8352
106108
Run options:
107109
108110
# Running tests:
@@ -147,6 +149,7 @@ environment gets booted up:
147149

148150
```
149151
$ bin/rake routes
152+
Running via Spring preloader in process 2363
150153
posts GET /posts(.:format) posts#index
151154
POST /posts(.:format) posts#create
152155
new_post GET /posts/new(.:format) posts#new

0 commit comments

Comments
 (0)