Sha256: 4f9700c4f59ebb1411b1861338cf6c7e84b284580c4a0c01891348804ff2dc86

Contents?: true

Size: 463 Bytes

Versions: 6

Compression:

Stored size: 463 Bytes

Contents

# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2010, Sebastian Staudt

require 'test_parameter'

class TestOption < Test::Unit::TestCase

  include TestParameter

  context 'A Rubikon option' do

    should 'be a Parameter with arguments' do
      assert Option.included_modules.include?(Parameter)
      assert Option.included_modules.include?(HasArguments)
    end

  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubikon-0.6.0 test/test_option.rb
rubikon-0.5.3 test/test_option.rb
rubikon-0.5.2 test/test_option.rb
rubikon-0.5.1 test/test_option.rb
rubikon-0.5.0 test/test_option.rb
rubikon-0.4.1 test/test_option.rb