README.md in thoth-2.0.0 vs README.md in thoth-3.0.0
- old
+ new
@@ -66,9 +66,17 @@
# create a initializers/thoth.rb file
file = File.open(Rails.root.join(*%w[log checkout_events.log]), 'a')
Thoth.logger = Thoth::Logger.new(Thoth::Output::Json.new(file))
```
+## Running Specs
+```
+cd spec/dummy
+bundle exec rake db:setup
+cd ../..
+bundle exec rspec
+```
+
## Contributing
1. Fork it ( https://github.com/[my-github-username]/thoth/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)