Sha256: 41ad215d4906177db14fa9b2f0f724be103f4d168c675823e5df59576d6be55e
Contents?: true
Size: 340 Bytes
Versions: 8
Compression:
Stored size: 340 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
8 entries across 8 versions & 1 rubygems