Sha256: 2be9d5692ea5f1db3756720d2ac9f0a98a437ff4f6cf71c72e397cff39e5440e

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

require 'test_helper'

class FooControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
firewool-0.1.2 test/dummy/test/functional/foo_controller_test.rb