spec/railsapps/README.md in roadie-rails-1.0.0.pre1 vs spec/railsapps/README.md in roadie-rails-1.0.0
- old
+ new
@@ -56,12 +56,9 @@
Then open up the `Gemfile` and add:
```ruby
gem 'roadie-rails', :path => '../../..'
-
-# Use git version of `roadie` until a full release have been made
-gem 'roadie', git: 'git://github.com/Mange/roadie.git', branch: 'master'
```
## Add to integration_spec.rb
Add the information needed in `spec/integration_spec.rb` and run `setup.sh` before finally running the tests themselves. When everything's good, `git add` everything and commit.