lawrencechanyewlong/wherewolfpro

View on GitHub
test/controllers/saved_locations_controller_test.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'test_helper'

class SavedLocationsControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

end