Sha256: 0a3c616dff3d691f7bbc47dbcbe0604c11db8002e7c324058a923734928cf8d6

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

require 'test_helper'

module Cally
  class UsersControllerTest < ActionController::TestCase
    setup do
      @routes = Engine.routes
    end

    # test "the truth" do
    #   assert true
    # end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cally-2.0.0 test/controllers/cally/users_controller_test.rb
cally-1.0.3 test/controllers/cally/users_controller_test.rb
cally-1.0.2 test/controllers/cally/users_controller_test.rb
cally-1.0.1 test/controllers/cally/users_controller_test.rb
cally-1.0.0 test/controllers/cally/users_controller_test.rb