Sha256: 3e1412b3f1536c1c7168f8feba8ab41f039b3a71786a6e464c6f64cd582001ec
Contents?: true
Size: 343 Bytes
Versions: 14
Compression:
Stored size: 343 Bytes
Contents
require 'test_helper_dummy' class FoosHelperTest < ActionView::TestCase it 'allows path and url helpers' do users_path_helper.must_equal '/users' users_url_helper.must_equal 'http://test.host/users' end describe 'level1' do it 'works for helper method called in describe block' do assert passes end end end
Version data entries
14 entries across 14 versions & 2 rubygems