Sha256: 0f3130e527feb8332c2693411e1972b1d838b07519c556f36b320e99cc93e9a5
Contents?: true
Size: 286 Bytes
Versions: 18
Compression:
Stored size: 286 Bytes
Contents
require 'test_helper' module MongoidForums class ForumsControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get show" do get :show assert_response :success end end end
Version data entries
18 entries across 18 versions & 2 rubygems