Sha256: 97ad5769d054e0585800bc3ec2963da232a3ce3625dad284192d170dfc0f11f3
Contents?: true
Size: 431 Bytes
Versions: 8
Compression:
Stored size: 431 Bytes
Contents
require 'test_helper_dummy' class FoosHelperTest < ActionView::TestCase it 'allows path and url helpers' do if MiniTestSpecRails::Util.rails30? || MiniTestSpecRails::Util.rails40? users_path_helper.must_equal '/users' users_url_helper.must_equal 'http://test.host/users' end 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