Sha256: 1c86c65429746ab480b30b0106bf819cf38be65ca9d01180603fc7de0dcfcf43
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', "spec_helper.rb") describe DefaultController do it "should be able to successfully connect to home page" do get home_page_url response.should be_successful response.body.should match(/Welcome to your Mack application!/) end end
Version data entries
2 entries across 2 versions & 1 rubygems