Commit d7eeb6df authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'remove-empty-describe-block' into 'master'

Remove empty describe block in service spec

See merge request !7669
parents 5db38ab5 d6f98cc2
......@@ -6,9 +6,6 @@ describe Service, models: true do
it { is_expected.to have_one :service_hook }
end
describe "Mass assignment" do
end
describe "Test Button" do
before do
@service = Service.new
......
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