Sha256: ccca4955f0c9978ee98c0373dd4f5012eaabdb393ca091bda60e0e9fa39c5e4f

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

require 'test_helper'

class CommentsControllerTest < ActionController::TestCase
  test "should get create" do
    get :create
    assert_response :success
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogmodule-1.0.2 test/functional/comments_controller_test.rb
blogmodule-1.0.1 test/functional/comments_controller_test.rb
blogmodule-1.0.0 test/functional/comments_controller_test.rb