From: František Dvořák Date: Tue, 14 Jun 2016 21:54:59 +0000 (+0200) Subject: Remove duplicity from tests. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b38f048dcc9a3042048b7301f2f2135ffa60ab7d;p=now.git Remove duplicity from tests. --- 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