Sha256: 9b285698823460823c5aab2536ca4a2ca2a266c19a2672a6a26a0d01642334f9

Contents?: true

Size: 141 Bytes

Versions: 4

Compression:

Stored size: 141 Bytes

Contents

require 'test_helper'

class PostsControllerTest < ActionController::TestCase
  test 'index' do
    get :index
    assert :success
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ndr_ui-1.12.2 test/controllers/posts_controller_test.rb
ndr_ui-1.12.1 test/controllers/posts_controller_test.rb
ndr_ui-1.12.0 test/controllers/posts_controller_test.rb
ndr_ui-1.8.1 test/controllers/posts_controller_test.rb