Skip to content

Commit

Permalink
Merge pull request #5 from StanBoyet/patch-1
Browse files Browse the repository at this point in the history
Remove broken inclusion from Readme
  • Loading branch information
khamusa authored Jun 8, 2017
2 parents 3731774 + 7b2cacf commit 0c9ebe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ describe PostType do
end
```

Having to define `types` everywhere is quite annoying. If you prefer, you can
just `include RSpec::GraphqlMatchers::TypesHelper` once
(for example in your `spec_helper.rb`)
and the `types` shortcut will be available within the include context.

### 3) Test the arguments accepted by a field with `accept_arguments` matcher:

```ruby
Expand Down

0 comments on commit 0c9ebe3

Please sign in to comment.