Retrospring/test/controllers/inbox_controller_test.rb

10 lines
160 B
Ruby
Raw Normal View History

2014-11-10 22:10:41 -08:00
require 'test_helper'
class InboxControllerTest < ActionController::TestCase
test "should get show" do
get :show
assert_response :success
end
end