Sha256: 04f15d03e18cf3166ca23f3de7f44c1830f8f3ffd9ae1d666d1690a8d63bd236

Contents?: true

Size: 244 Bytes

Versions: 5

Compression:

Stored size: 244 Bytes

Contents

require 'test_helper'

class PartiallyUsefulTest < ActionController::TestCase
  tests WelcomeController

  test "should get index" do
    get :index
    assert_match "<!-- start rendering 'header' with locals '[]'-->", @response.body
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
partially_useful-0.1.1 test/partially_useful_test.rb
partially_useful-0.1.0 test/partially_useful_test.rb
partially_useful-0.0.3 test/partially_useful_test.rb
partially_useful-0.0.2 test/partially_useful_test.rb
partially_useful-0.0.1 test/partially_useful_test.rb