diff options
Diffstat (limited to 'spec/features/graphiql_spec.rb')
-rw-r--r-- | spec/features/graphiql_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/graphiql_spec.rb b/spec/features/graphiql_spec.rb index 329758113ab..91f53b4bb7c 100644 --- a/spec/features/graphiql_spec.rb +++ b/spec/features/graphiql_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -describe 'GraphiQL' do +RSpec.describe 'GraphiQL' do context 'without relative_url_root' do before do visit '/-/graphql-explorer' |