Sha256: ee754363b4f698144de5f0a07f6457d222a9a285b9b920dfabe40bbf612110d2
Contents?: true
Size: 199 Bytes
Versions: 8
Compression:
Stored size: 199 Bytes
Contents
require 'integration_test_helper' class LoginTest < ActionController::IntegrationTest feature "Admin goes to login page" do scenario "views page" do visit '/admin' end end end
Version data entries
8 entries across 8 versions & 1 rubygems