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.8.0 test/lib/vedeu/application/helper_test.rb
vedeu-0.7.4 test/lib/vedeu/application/helper_test.rb
vedeu-0.7.3 test/lib/vedeu/application/helper_test.rb
vedeu-0.7.2 test/lib/vedeu/application/helper_test.rb
vedeu-0.7.1 test/lib/vedeu/application/helper_test.rb
vedeu-0.7.0 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.71 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.70 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.69 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.68 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.67 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.66 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.65 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.64 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.63 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.62 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.61 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.60 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.59 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.58 test/lib/vedeu/application/helper_test.rb