From b07dd1be07008bcd36e3bd25df0b5727db163d1e Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 2 Jul 2014 10:25:12 +0200 Subject: minor: rename TapiceroTest to ActionsTest that's what it actually tests --- test/integration/actions_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/actions_test.rb b/test/integration/actions_test.rb index 88e3715..6576b87 100644 --- a/test/integration/actions_test.rb +++ b/test/integration/actions_test.rb @@ -1,6 +1,6 @@ require_relative '../test_helper.rb' -class TapiceroTest < Tapicero::IntegrationTest +class ActionsTest < Tapicero::IntegrationTest def setup create_user -- cgit v1.2.3