Commit b223d342 by andrew morton

Missed some things during the renaming

parent e1eb984c
......@@ -2,4 +2,5 @@
Gemfile.lock
.bundle/
rspec-swagger-*.gem
rspec-rails-swagger-*.gem
spec/testapp/
# RSpec Swagger
# RSpec Rails Swagger
[![Build Status](https://travis-ci.org/drewish/rspec-rails-swagger.svg?branch=master)](https://travis-ci.org/drewish/rspec-rails-swagger)
[![Code Climate](https://codeclimate.com/github/drewish/rspec-rails-swagger/badges/gpa.svg)](https://codeclimate.com/github/drewish/rspec-rails-swagger)
......@@ -25,7 +25,7 @@ rails generate rspec:install
- Create `spec/swagger_helper.rb` file (eventually [this will become a
generator](https://github.com/drewish/rspec-rails-swagger/issues/3)):
```rb
require 'rspec/swagger'
require 'rspec/rails/swagger'
require 'rails_helper'
RSpec.configure do |config|
......@@ -57,7 +57,7 @@ end
Eventually [this will become a rake task](https://github.com/drewish/rspec-rails-swagger/issues/2):
```
bundle exec rspec -f RSpec::Swagger::Formatter --order defined -t swagger_object
bundle exec rspec -f RSpec::Rails::Swagger::Formatter --order defined -t swagger_object
```
## Running tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment