Sha256: 04211f510879a361cf3931c63aaa424a509c2df805fdf8ca82d48047dc5dcfe7
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
require 'test_helper' class StaticPagesAcceptanceTest < ActionDispatch::IntegrationTest test "static pages" do visit root_path click_link 'About us' assert page.has_content?('is a would be open source Ruby on Rails e-commerce framework') click_link 'Contact us' assert page.has_content?('hello.nimbleshop@gmail.com') end end
Version data entries
6 entries across 6 versions & 1 rubygems