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

Version Path
mountain-goat-1.0.6pre1 test/mg_playground_controller_test.rb
mountain-goat-1.0.5 test/mg_playground_controller_test.rb
mountain-goat-1.0.4 test/mg_playground_controller_test.rb
mountain-goat-1.0.3 test/mg_playground_controller_test.rb
mountain-goat-1.0.2 test/mg_playground_controller_test.rb
mountain-goat-1.0.1 test/mg_playground_controller_test.rb
mountain-goat-1.0.0 test/mg_playground_controller_test.rb