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