Sha256: 38f71235b5866b1f95025048ae6216823e35d3729a84953c3b080b613c6ad591

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

require 'test_helper'

class UsersControllerTest < 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/users_controller_test.rb
barkest_core-1.5.3.0 test/controllers/users_controller_test.rb