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

Version Path
typus-3.0.2 test/integration/login_test.rb
typus-3.0.1 test/integration/login_test.rb
typus-3.0.0 test/integration/login_test.rb
typus-1.0.0.pre13 test/integration/login_test.rb
typus-1.0.0.pre12 test/integration/login_test.rb
typus-1.0.0.pre11 test/integration/login_test.rb
typus-1.0.0.pre10 test/integration/login_test.rb
typus-1.0.0.pre9 test/integration/login_test.rb