Commit fefa98c1 authored by Toon Claes's avatar Toon Claes

Helper method to destroy the current TestLicense

Using this helper will make it easier in the future to find all
places where the TestLicense is activated or deactivated.
parent 65bda449
......@@ -4,4 +4,8 @@ class TestLicense
FactoryGirl.create(:license)
end
def self.destroy!
License.destroy_all
end
end
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