Skip to content

Commit a4c3d8d

Browse files
committed
Clarify test running instructions
1 parent 340c5e7 commit a4c3d8d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,11 +700,19 @@ Over 70 different people have contributed to the project, you can see them all h
700700

701701
## Development
702702

703+
Run the tests like this:
704+
705+
# Start a Redis server in another tab.
706+
redis-server
707+
708+
bundle
709+
rake spec
710+
703711
Source hosted at [GitHub](http://github.com/splitrb/split).
712+
704713
Report Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split/issues).
705-
Discussion at [Google Groups](https://groups.google.com/d/forum/split-ruby)
706714

707-
Tests can be ran with `rake spec`
715+
Discussion at [Google Groups](https://groups.google.com/d/forum/split-ruby).
708716

709717
### Note on Patches/Pull Requests
710718

0 commit comments

Comments
 (0)