From 2e283d7057166b204d4cdc0ab997b397b9924705 Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Tue, 26 Apr 2016 22:30:27 +0200 Subject: Got rid of the Case in test class names. --- test/test_formatters.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_formatters.rb') diff --git a/test/test_formatters.rb b/test/test_formatters.rb index a8611a9..c40a12a 100644 --- a/test/test_formatters.rb +++ b/test/test_formatters.rb @@ -1,6 +1,6 @@ -require 'twine_test_case' +require 'twine_test' -class FormatterTest < TwineTestCase +class FormatterTest < TwineTest def setup(formatter_class) super() -- cgit v1.2.3