Sha256: 3218b917749212aec567cd4e0592a7f365792f21766fc8723acb5578c9d1b6d6

Contents?: true

Size: 398 Bytes

Versions: 3

Compression:

Stored size: 398 Bytes

Contents

require 'test_helper'

class OrdersControllerTest < ActionController::TestCase

  test 'checking formie copyright' do
    get :index
    assert_response :success
    assert_match(/copyright/, response.body)
    assert_match(/Copyright/, response.body)
    assert_match(/label/    , response.body)
    assert_match(/input/    , response.body)
    assert_match(/def/      , response.body)
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formie-0.9.5 test/controllers/orders_test.rb
formie-0.9.4 test/controllers/orders_test.rb
formie-0.9.3 test/controllers/orders_test.rb