Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khamusa committed Jul 25, 2017
1 parent d867d0c commit 7742b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rspec-graphql_matchers'

The matchers currently supported are:
- `expect(a_graphql_object).to have_a_field(field_name).that_returns(valid_type)`
- `expect(a_graphql_object).to interface(interface_name, ...)`
- `expect(a_graphql_object).to implement(interface_name, ...)`
- `expect(a_mutation_type).to have_a_return_field(field_name).returning(valid_type)`
- `expect(a_mutation_type).to have_an_input_field(field_name).of_type(valid_type)`
- `expect(a_field).to be_of_type(valid_type)`
Expand Down Expand Up @@ -134,7 +134,7 @@ end

```ruby
describe PostType do
it 'interfaces Node' do
it 'implements interface Node' do
expect(subject).to implement('Node')
end

Expand Down
Binary file added rspec-graphql_matchers-0.6.gem
Binary file not shown.

0 comments on commit 7742b0c

Please sign in to comment.