Sha256: 4047ad0421760d404365f52becb44400c3356b8eb11ad9192c0fc04a545c1196
Contents?: true
Size: 220 Bytes
Versions: 3
Compression:
Stored size: 220 Bytes
Contents
require "minitest_helper" class <%= class_name %>Test < Capybara::Rails::TestCase test "sanity" do visit root_path assert_have_content page, "Hello World" refute_have_content page, "Goobye All!" end end
Version data entries
3 entries across 3 versions & 1 rubygems