Sha256: 29f0d6d24c11ce4463ce6294b7d0a6f220e53f72ee13b7fcac8310bb0ccd63eb
Contents?: true
Size: 336 Bytes
Versions: 5
Compression:
Stored size: 336 Bytes
Contents
# This is a sample TestCase file. You can safely delete this file require File.join(File.dirname(__FILE__), "..", "test_helper.rb") class DefaultControllerTest < Test::Unit::TestCase def test_home_page get home_page_url assert_response :success assert_match("Welcome to your Mack application!", response.body) end end
Version data entries
5 entries across 5 versions & 1 rubygems