Skip to content

Commit

Permalink
Merge pull request #339 from jtippett/readme-fix
Browse files Browse the repository at this point in the history
Fix require in readme example
  • Loading branch information
oestrich authored Jun 6, 2017
2 parents 1c1f8de + 2bc6755 commit 26c6b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Set up specs.
$ vim spec/acceptance/orders_spec.rb

```ruby
require 'spec_helper'
require 'rails_helper'
require 'rspec_api_documentation/dsl'

resource "Orders" do
Expand Down

0 comments on commit 26c6b46

Please sign in to comment.