Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

Commit

Permalink
Add test instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut committed Mar 1, 2015
1 parent a57b443 commit 0df26d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -229,6 +229,28 @@ Installation
1. Add `//= require turbolinks` to your Javascript manifest file (usually found at `app/assets/javascripts/application.js`). If your manifest requires both turbolinks and jQuery, make sure turbolinks is listed *after* jQuery.
1. Restart your server and you're now using turbolinks!

Running the tests
-----------------

Ruby:

```
rake test:all
BUNDLE_GEMFILE=Gemfile.rails42 bundle
BUNDLE_GEMFILE=Gemfile.rails42 rake test
```

JavaScript:

```
npm install
cd test
bundle
bundle exec rackup
open http://localhost:9292/javascript/index.html
```

Language Ports
--------------

Expand Down

0 comments on commit 0df26d3

Please sign in to comment.