Commit baaaae2b authored by Rajendra Kadam's avatar Rajendra Kadam

Fix linter error in spec file

parent 7904e7ec
......@@ -11,7 +11,7 @@ RSpec.describe Admin::RepoSizeLimitHelper do
stub_licensed_features(repository_size_limit: true)
end
it { is_expected.to be_truthy }
it { is_expected.to be_truthy }
end
context 'when repo_size_limit_feature_available is not available' 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