Sha256: 917c173359dc31ccf54157c5386863a97c28e133c4b8c3738e5cdb2055618e70

Contents?: true

Size: 279 Bytes

Versions: 95

Compression:

Stored size: 279 Bytes

Contents

require 'test_helper'

module Vedeu

  class HelperTestClass

    include Vedeu::Helper

  end # HelperTestClass

  describe Helper do

    let(:described) { Vedeu::HelperTestClass }
    let(:instance)  { described.new }

    # @todo Add more tests.

  end # Helper

end # Vedeu

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
vedeu-0.6.16 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.15 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.14 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.13 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.12 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.11 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.10 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.9 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.8 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.7 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.6 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.5 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.4 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.3 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.2 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.1 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.0 test/lib/vedeu/application/helper_test.rb
vedeu-0.5.13 test/lib/vedeu/application/helper_test.rb
vedeu-0.5.12 test/lib/vedeu/application/helper_test.rb
vedeu-0.5.11 test/lib/vedeu/application/helper_test.rb