Sha256: 48f163697f82d2472b0e4c7b6926f9203dc9dc41e1b22f2eb6ba3f452547c440

Contents?: true

Size: 165 Bytes

Versions: 2

Compression:

Stored size: 165 Bytes

Contents

require 'test_helper'

class ContactControllerTest < ActionController::TestCase

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

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 test/controllers/contact_controller_test.rb
barkest_core-1.5.3.0 test/controllers/contact_controller_test.rb