Sha256: 1519d784444101dcdf26b16e5f25b7b46677e1a6cf16549d0c5432e60739be63

Contents?: true

Size: 189 Bytes

Versions: 8

Compression:

Stored size: 189 Bytes

Contents

require 'test_helper'

module HowTo
  class FaqControllerTest < ActionController::TestCase
    test "should get show" do
      get :show
      assert_response :success
    end
  
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
how_to-0.0.8 test/functional/how_to/faq_controller_test.rb
how_to-0.0.7 test/functional/how_to/faq_controller_test.rb
how_to-0.0.6 test/functional/how_to/faq_controller_test.rb
how_to-0.0.5 test/functional/how_to/faq_controller_test.rb
how_to-0.0.4 test/functional/how_to/faq_controller_test.rb
how_to-0.0.3 test/functional/how_to/faq_controller_test.rb
how_to-0.0.2 test/functional/how_to/faq_controller_test.rb
how_to-0.0.1 test/functional/how_to/faq_controller_test.rb