Sha256: 2cb6884f06ef60d8efdced88949b7f98931883f63b971f6bf3ec3ad250cb6145
Contents?: true
Size: 227 Bytes
Versions: 9
Compression:
Stored size: 227 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class ExamplesControllerTest < ActionController::TestCase test "render video once per session" do get :index assert_response :success #binding.pry end end
Version data entries
9 entries across 9 versions & 1 rubygems