Skip to content

Commit 0ea2a92

Browse files
authored
fix: require rspec-core as a dependency of the matchers
2 parents 8891348 + 272d3f9 commit 0ea2a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/graphiti_spec_helpers/rspec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'rspec/core'
12
require 'graphiti_spec_helpers'
23

34
::RSpec.shared_context 'resource testing', type: :resource do |parameter|

0 commit comments

Comments
 (0)