summaryrefslogtreecommitdiff
path: root/test/rebar_resource_SUITE.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-04 21:05:09 -0600
committerTristan Sloughter <t@crashfast.com>2015-03-05 08:38:09 -0600
commit28694fa4ef976e5e12685492fffe81b56e82c0f6 (patch)
tree4ec74f4d14843d285f297c9e1f892ecfea3484b2 /test/rebar_resource_SUITE.erl
parent5f773d7adf738a1dbfdb9c047952477007d70ad3 (diff)
test end case cleanups
Diffstat (limited to 'test/rebar_resource_SUITE.erl')
-rw-r--r--test/rebar_resource_SUITE.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/rebar_resource_SUITE.erl b/test/rebar_resource_SUITE.erl
index 088ab67..95263c7 100644
--- a/test/rebar_resource_SUITE.erl
+++ b/test/rebar_resource_SUITE.erl
@@ -17,6 +17,9 @@ init_per_group(Name, Config) ->
[{type, Name},
{resource, {Name, "https://example.org/user/app", "vsn"}} | Config].
+end_per_group(_, _Config) ->
+ ok.
+
%% Changing the resource type is seen as an upgrade
init_per_testcase(change_type_upgrade, Config) ->
Type = ?config(type, Config),