Sha256: 50d725c075727918c0b8d64071377a9ccc3a9214ba26609d6caa6077c73d818e

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

require 'test_helper'

class OrdersControllerTest < ActionController::TestCase

  test 'checking formie copyright' do
    get :index
    assert_response :success
#    assert_not_nil assigns(:orders)
    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

8 entries across 8 versions & 1 rubygems

Version Path
formie-1.0.4 test/controllers/orders_test.rb
formie-1.0.3 test/controllers/orders_test.rb
formie-1.0.2 test/controllers/orders_test.rb
formie-1.0.0 test/controllers/orders_test.rb
formie-0.9.16 test/controllers/orders_test.rb
formie-0.9.13 test/controllers/orders_test.rb
formie-0.9.12 test/controllers/orders_test.rb
formie-0.9.11 test/controllers/orders_test.rb