Sha256: d61c77e7de5dcbfe836411d50974d9ade202bde9670f21109ef3b1ba1fa7ab4e

Contents?: true

Size: 284 Bytes

Versions: 7

Compression:

Stored size: 284 Bytes

Contents

require 'test_helper'

module Morion
  class MorionControllerTest < ActionController::TestCase
    include Engine.routes.url_helpers

    setup do
      @routes = Engine.routes
    end

    test "should get index" do
      get :index
      assert_response :success
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
morion-0.0.9 test/controllers/morion/morion_controller_test.rb
morion-0.0.8 test/controllers/morion/morion_controller_test.rb
morion-0.0.7 test/controllers/morion/morion_controller_test.rb
morion-0.0.6 test/controllers/morion/morion_controller_test.rb
morion-0.0.5 test/controllers/morion/morion_controller_test.rb
morion-0.0.4 test/controllers/morion/morion_controller_test.rb
morion-0.0.3 test/controllers/morion/morion_controller_test.rb