Sha256: 04783101bdfeac1ded76ddf0dc3bdcb841720d7cb910c2cf3c4ad9bc04221013

Contents?: true

Size: 170 Bytes

Versions: 7

Compression:

Stored size: 170 Bytes

Contents

require 'test_helper'

class ModelInfoControllerTest < ActionController::TestCase
  test "should get DBNotes" do
    get :DBNotes
    assert_response :success
  end

end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
db_notes_eng-0.0.3 test/functional/model_info_controller_test.rb
db_notes_eng-0.0.2 test/functional/model_info_controller_test.rb
db_notes_eng-0.0.1 test/functional/model_info_controller_test.rb
db_notes_engine2-0.0.4 test/functional/model_info_controller_test.rb
db_notes_engine2-0.0.3 test/functional/model_info_controller_test.rb
db_notes_engine2-0.0.2 test/functional/model_info_controller_test.rb
db_notes_engine2-0.0.1 test/functional/model_info_controller_test.rb