class Shoulda::Matchers::Graphql::Schema::SchemaMatcher
Public Class Methods
new()
click to toggle source
# File lib/shoulda/matchers/graphql/schema/schema_matcher.rb, line 6 def initialize @subject = nil end
Public Instance Methods
matches?(subject)
click to toggle source
# File lib/shoulda/matchers/graphql/schema/schema_matcher.rb, line 10 def matches?(subject) @subject = subject self end