Sha256: 2c85b664651394078d806d285b4c8c92dadd0e3d5128af5a5af3ac4d0e6b39b1

Contents?: true

Size: 285 Bytes

Versions: 10

Compression:

Stored size: 285 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__),'..','..','lib')

require 'test/unit'

require 'rhcp'
require 'rhcp/context'

class ContextTest < Test::Unit::TestCase

  def test_the_context
    context = RHCP::Context.new({'nice' => 'sun'})
    p context
    puts context.to_s
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rhcp-0.2.23 test/rhcp/context_test.rb
rhcp-0.2.22 test/rhcp/context_test.rb
rhcp-0.2.21 test/rhcp/context_test.rb
rhcp-0.2.20 test/rhcp/context_test.rb
rhcp-0.2.19 test/rhcp/context_test.rb
rhcp-0.2.18 test/rhcp/context_test.rb
rhcp-0.2.17 test/rhcp/context_test.rb
rhcp-0.2.16 test/rhcp/context_test.rb
rhcp-0.2.15 test/rhcp/context_test.rb
rhcp-0.2.14 test/rhcp/context_test.rb