Sha256: fae46d717e04293bcb685f9bca7997b6939c917e2b9b71163a433e1acdfc6daf

Contents?: true

Size: 335 Bytes

Versions: 8

Compression:

Stored size: 335 Bytes

Contents

require 'assert'
require 'deas-erubis/template_helpers'

require 'much-plugin'

module Deas::Erubis::TemplateHelpers

  class UnitTests < Assert::Context
    desc "Deas::Erubis::TemplateHelpers"
    subject{ Deas::Erubis::TemplateHelpers }

    should "use much-plugin" do
      assert_includes MuchPlugin, subject
    end

  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deas-erubis-0.5.7 test/unit/template_helpers_tests.rb
deas-erubis-0.5.6 test/unit/template_helpers_tests.rb
deas-erubis-0.5.5 test/unit/template_helpers_tests.rb
deas-erubis-0.5.4 test/unit/template_helpers_tests.rb
deas-erubis-0.5.3 test/unit/template_helpers_tests.rb
deas-erubis-0.5.2 test/unit/template_helpers_tests.rb
deas-erubis-0.5.1 test/unit/template_helpers_tests.rb
deas-erubis-0.5.0 test/unit/template_helpers_tests.rb