module Shoulda::Matchers::Graphql::Types
Public Instance Methods
have_description(type_description)
click to toggle source
# File lib/shoulda/matchers/graphql/types/have_description.rb, line 5 def have_description(type_description) HaveDescription.new(type_description) end