Sha256: eb587ffec724bae07cf4f301a93ac5ad970d958f6729adfe62e241a96d0cd275

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

require 'test_helper'

class SessionsControllerTest < ActionController::TestCase

  test 'should get new' do
    get :new
    assert_response :success
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 test/controllers/sessions_controller_test.rb
barkest_core-1.5.3.0 test/controllers/sessions_controller_test.rb