Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rspec-rails-swagger
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
rspec-rails-swagger
Commits
b9d6e205
Commit
b9d6e205
authored
Sep 26, 2016
by
andrew morton
Committed by
GitHub
Sep 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from drewish/more-renaming
Missed some things during the renaming
parents
e1eb984c
b223d342
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
.gitignore
+2
-1
README.md
README.md
+3
-3
No files found.
.gitignore
View file @
b9d6e205
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
Gemfile.lock
Gemfile.lock
.bundle/
.bundle/
rspec-swagger-*.gem
rspec-rails-swagger-*.gem
spec/testapp/
README.md
View file @
b9d6e205
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment