Sha256: 8a0c7024e3705b215d00e49c9822fb0e82438abaea81c30bb738c157c453601f

Contents?: true

Size: 213 Bytes

Versions: 6

Compression:

Stored size: 213 Bytes

Contents

require 'test_helper'

module Deforest
  class LogsControllerTest < ActionController::TestCase
    setup do
      @routes = Engine.routes
    end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
deforest-1.1.1 test/controllers/deforest/logs_controller_test.rb
deforest-1.1.0 test/controllers/deforest/logs_controller_test.rb
deforest-1.0.2 test/controllers/deforest/logs_controller_test.rb
deforest-1.0.1 test/controllers/deforest/logs_controller_test.rb
deforest-1.0.0 test/controllers/deforest/logs_controller_test.rb
deforest-0.0.1 test/controllers/deforest/logs_controller_test.rb