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.57 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.56 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.54 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.53 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.52 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.51 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.50 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.49 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.48 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.47 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.46 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.45 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.44 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.43 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.42 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.41 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.40 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.39 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.38 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.37 test/lib/vedeu/application/helper_test.rb