Sha256: 09166c2e69097ceb0f8025cbca1ad9ca6fa3869b48da1e6bef80b0d20bd5c239
Contents?: true
Size: 292 Bytes
Versions: 5
Compression:
Stored size: 292 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
5 entries across 5 versions & 1 rubygems