File "samples_controller_test.rb"

Full Path: /home/analogde/www/php/integrations/rubyonrails/samples/test/controllers/samples_controller_test.rb
File size: 180 bytes
MIME-type: text/x-ruby
Charset: utf-8

require 'test_helper'

class SamplesControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get samples_index_url
    assert_response :success
  end

end