Sha256: 5f759fea5c2f8f9de50909212b1614b90055e60d84ac7e59fd1fe7ba0343b488

Contents?: true

Size: 384 Bytes

Versions: 22

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

module Vedeu

  class HelperTestClass

    include Vedeu::Helper

  end # HelperTestClass

  describe Helper do

    let(:described)          { Vedeu::Helper }
    let(:included_described) { Vedeu::HelperTestClass }
    let(:included_instance)  { included_described.new }

    # @todo Add more tests.

  end # Helper

end # Vedeu

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
vedeu-0.8.32 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.31 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.30 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.29 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.28 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.27 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.26 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.25 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.24 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.23 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.22 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.21 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.20 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.19 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.18 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.17 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.16 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.15 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.14 test/lib/vedeu/application/helper_test.rb
vedeu-0.8.13 test/lib/vedeu/application/helper_test.rb