Sha256: 77abb654ef02caaefdb46064f614f40875cd38c5c42815aad2de4c53b1ba58d3

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

require 'test_helper'

class PageControllerTest < ActionController::TestCase
  test "should get home" do
    get :home
    assert_response :success
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_adserver-1.0.1 test/dummy/test/functional/page_controller_test.rb
rails_adserver-1.0.0 test/dummy/test/functional/page_controller_test.rb