Sha256: f233c5c340b546f759235e014487ce1a3ea30c1cc994da64aeeb02470ecd68e5
Contents?: true
Size: 474 Bytes
Versions: 10
Compression:
Stored size: 474 Bytes
Contents
require "test_helper" class DummyHoustonTest < ActionDispatch::IntegrationTest context "The Test Suite" do should "be able to interact with a dummy instance of Houston" do visit "/users/sign_in" fill_in "user_email", with: "admin@example.com" fill_in "user_password", with: "password" click_button "Sign in" assert page.has_content?("Teams"), "Expected to have been able to log in and to see the Teams view" end end end
Version data entries
10 entries across 10 versions & 1 rubygems