add mutations to questions and reviews
This commit is contained in:
13
spec/graphql/progress_test_schema_spec.rb
Normal file
13
spec/graphql/progress_test_schema_spec.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "rails_helper"
|
||||
|
||||
describe ProgressTestSchema do
|
||||
context "schema dump" do
|
||||
it "is updated" do
|
||||
File.open(described_class::DEFINITION_DUMP_PATH, "r") do |f|
|
||||
expect(f.read).to(eq(described_class.to_definition))
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user