Sha256: b1102bae6a8dd7e744e39d2d5512696aa5fc2f59129e420a408a5dacf212e7b8
Contents?: true
Size: 283 Bytes
Versions: 7
Compression:
Stored size: 283 Bytes
Contents
require File.join(File.dirname(__FILE__), 'test_helper') class Mg::PlaygroundControllerTest < ActionController::TestCase #This is going to be a start for testing our in-page drops test "should get test" do get :test, {}, logged_in assert_response :success end end
Version data entries
7 entries across 7 versions & 1 rubygems