Commit 410055d4 authored by charlie ablett's avatar charlie ablett

Remove unneeded table declarations

parent 0077d524
......@@ -1037,8 +1037,6 @@ RSpec.describe User do
context 'when user is active' do
context 'when user is internal' do
using RSpec::Parameterized::TableSyntax
where(:internal_user_type) do
described_class::INTERNAL_USER_TYPES
end
......
......@@ -2602,8 +2602,6 @@ RSpec.describe User do
end
describe '.find_by_full_path' do
using RSpec::Parameterized::TableSyntax
let!(:user) { create(:user, namespace: create(:user_namespace)) }
context 'with a route matching the given path' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment