Sha256: afc1140e2f4da3ed6f757678744ce3fcf9452243e77c091f3a6041bdfc9db05d

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

require 'test_helper'
class AppTest < Test::Unit::TestCase

  should "permit commands from the HCl::Commands module" do
    app = HCl::App.new
    assert HCl::Commands.instance_methods.all? { |c| app.command? c  }
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
zenhob-hcl-0.2.3 test/app_test.rb
hcl-0.3.1 test/app_test.rb
hcl-0.3.0 test/app_test.rb
hcl-0.2.3 test/app_test.rb