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.36 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.35 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.34 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.33 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.32 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.31 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.30 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.29 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.28 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.27 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.26 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.25 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.24 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.23 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.22 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.21 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.20 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.19 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.18 test/lib/vedeu/application/helper_test.rb
vedeu-0.6.17 test/lib/vedeu/application/helper_test.rb