retrospring/test/controllers/inbox_controller_test.rb

10 lines
160 B
Ruby
Raw Normal View History

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