Skip to content

Commit

Permalink
Merge pull request #113 from DouglasAllen/master
Browse files Browse the repository at this point in the history
Update test-unit.md
  • Loading branch information
kgrz committed Aug 31, 2015
2 parents ecc597b + 45f6af6 commit 17da779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-unit.md
Expand Up @@ -22,7 +22,7 @@ require 'rack/test'
require File.expand_path '../my-app.rb', __FILE__

class HomepageTest < Test::Unit::TestCase
include Rack::Test:Methods
include Rack::Test::Methods
def app() Sinatra::Application end

def test_homepage
Expand Down

0 comments on commit 17da779

Please sign in to comment.