Commit b9d6e205 by andrew morton Committed by GitHub

Merge pull request #7 from drewish/more-renaming

Missed some things during the renaming
parents e1eb984c b223d342
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
Gemfile.lock Gemfile.lock
.bundle/ .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) [![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) [![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 ...@@ -25,7 +25,7 @@ rails generate rspec:install
- Create `spec/swagger_helper.rb` file (eventually [this will become a - Create `spec/swagger_helper.rb` file (eventually [this will become a
generator](https://github.com/drewish/rspec-rails-swagger/issues/3)): generator](https://github.com/drewish/rspec-rails-swagger/issues/3)):
```rb ```rb
require 'rspec/swagger' require 'rspec/rails/swagger'
require 'rails_helper' require 'rails_helper'
RSpec.configure do |config| RSpec.configure do |config|
...@@ -57,7 +57,7 @@ end ...@@ -57,7 +57,7 @@ end
Eventually [this will become a rake task](https://github.com/drewish/rspec-rails-swagger/issues/2): 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 ## 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