Sha256: a3929aeaf50e24f792ee679726b0cabfbbe3348651ff197bfe967d4788b354f5
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
require 'test_helper_dummy' class FoosHelperTest < ActionView::TestCase it 'allows path and url helpers' do expect(users_path_helper).must_equal '/users' expect(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
6 entries across 6 versions & 1 rubygems