Skip to content

Commit f375bf0

Browse files
committed
Update README
Add an example command on how to run tests
1 parent 82f6c80 commit f375bf0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ You need a local user called 'john-doe'.
2424
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX ON *.* TO 'john-doe'@'localhost';
2525
FLUSH PRIVILEGES;
2626

27+
With mysql running locally, run
28+
29+
BUNDLE_GEMFILE=gemfiles/rails5.2.gemfile bundle exec rake test
30+
31+
Or
32+
33+
BUNDLE_GEMFILE=gemfiles/rails5.2.gemfile ruby -Ilib:test test/test_arhp.rb --seed 19911 --verbose
34+
2735
## Copyright
2836

2937
Copyright (c) 2011 Zendesk. See MIT-LICENSE for details.

0 commit comments

Comments
 (0)