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

Version Path
minitest-spec-rails-6.2.0 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.1.0 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.0.4 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.0.3 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.0.2 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.0.1 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-6.0.0 test/dummy_tests/foos_helper_test.rb
minitest-spec-rails-5.5.0 test/dummy_tests/foos_helper_test.rb