Sha256: b8bf88a4af18271644ca49e9f343cb6622bd1039a8a2d0b930459cd81f7318b9
Contents?: true
Size: 199 Bytes
Versions: 5
Compression:
Stored size: 199 Bytes
Contents
require 'test_helper' module PoeRails class CheatSheetControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end end end
Version data entries
5 entries across 5 versions & 1 rubygems