mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix spec syntax
This commit is contained in:
parent
882f46148f
commit
2bbb78e64b
@ -2,7 +2,7 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
describe Admin::Db::SchemaParser do
|
||||
RSpec.describe Admin::Db::SchemaParser do
|
||||
let(:dummy_schema) do
|
||||
<<~SCHEMA
|
||||
# Comment
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
describe Admin::SystemCheck::MissingIndexesCheck do
|
||||
RSpec.describe Admin::SystemCheck::MissingIndexesCheck do
|
||||
subject(:check) { described_class.new(user) }
|
||||
|
||||
let(:user) { Fabricate(:user) }
|
||||
|
Loading…
Reference in New Issue
Block a user