Sha256: f3777b8a5556934a31e35666fc99b0a8dd7c514ecc74ce34a2c8b3a2b1aa6aeb
Contents?: true
Size: 298 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems