From b38f048dcc9a3042048b7301f2f2135ffa60ab7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 14 Jun 2016 23:54:59 +0200 Subject: [PATCH] Remove duplicity from tests. --- test/test_helper.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 9e2c80e..ccd3a38 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,17 +1,3 @@ require './application' require 'minitest/autorun' require 'rack/test' - -class LunchTest < Minitest::Test - include Rack::Test::Methods - - def app - Now::Application - end - - def test_my_default - get '/' - assert_equal Now::API_VERSION, last_response.body - end - -end -- 1.8.2.3