Sha256: 5d60c4e2917d88755a2365ee2ec8dd4e862958fb91d6cc00345a2ba8b5dcc2e9

Contents?: true

Size: 640 Bytes

Versions: 18

Compression:

Stored size: 640 Bytes

Contents

require 'test_helper'

module MongoidForums
  class TopicsControllerTest < ActionController::TestCase
    test "should get show" do
      get :show
      assert_response :success
    end

    test "should get new" do
      get :new
      assert_response :success
    end

    test "should get create" do
      get :create
      assert_response :success
    end

    test "should get update" do
      get :update
      assert_response :success
    end

    test "should get edit" do
      get :edit
      assert_response :success
    end

    test "should get destroy" do
      get :destroy
      assert_response :success
    end

  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mongoid-forums-1.0.7 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.6 test/controllers/mongoid_forums/topics_controller_test.rb
ack-mongoid-forums-1.0.6.1 test/controllers/mongoid_forums/topics_controller_test.rb
ack-mongoid-forums-1.0.6 test/controllers/mongoid_forums/topics_controller_test.rb
ack-mongoid-forums-1.0.5 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.4 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.3 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.2 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.1 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-1.0.0 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.11 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.10 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.9 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.5 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.4 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.3 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.2 test/controllers/mongoid_forums/topics_controller_test.rb
mongoid-forums-0.0.1 test/controllers/mongoid_forums/topics_controller_test.rb