Sha256: 4a9bc9ddd63ffb3733bd70917b333345ea3d0d96fa7d523a8e2c0a5a8f97faea

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

require "test_helper"

module Guts
  class TrackersControllerTest < ActionController::TestCase
    setup do
      @routes = Engine.routes
    end

    test "should get index" do
      get :index
      assert_response :success
      assert_not_nil assigns(:tracks)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
guts-1.0.8 test/controllers/guts/trackers_controller_test.rb
guts-1.0.7 test/controllers/guts/trackers_controller_test.rb
guts-1.0.5 test/controllers/guts/trackers_controller_test.rb
guts-1.0.3 test/controllers/guts/trackers_controller_test.rb