Sha256: 41067dbb9841c381815908e7e914ab0f80ab4abdcf4934993a35d9e2e22e4598

Contents?: true

Size: 191 Bytes

Versions: 9

Compression:

Stored size: 191 Bytes

Contents

require 'test_helper'

class Namespaced::PostsControllerTest < ActionController::TestCase
  background do
  end

  should "get index" do
    get :index
    assert_response :success
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fixture_background-0.9.10.1 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.10 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.9 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.8 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.7 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.6 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.5 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.4 test/rails3/test/functional/namespaced/posts_controller_test.rb
fixture_background-0.9.3 test/rails3/test/functional/namespaced/posts_controller_test.rb