Sha256: b5dacb7527b0826d203f0d95c9a6ff1a13b710dd5e7fae714605adad07779158

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

# encoding: utf-8
require 'test/test_helper'

class HelpersIntegrationTest < ActionController::IntegrationTest

  test 'Link2 + Rails = ♥' do
    visit '/'
    assert_response :success
    assert_template 'home/index'

    # puts response.body.inspect

    assert_contain "WIN"
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
link2-0.1.10 test/integration/helpers_integration_test.rb
link2-0.1.9 test/integration/helpers_integration_test.rb
link2-0.1.8 test/integration/helpers_integration_test.rb