Sha256: ea7202baba46456df567020aeb6523c4c33fb93d3e470bbca92ca2f2e8fd6b05

Contents?: true

Size: 196 Bytes

Versions: 17

Compression:

Stored size: 196 Bytes

Contents

require File.join(File.dirname(__FILE__), "..", "test_helper.rb")
require 'ulla/cli'

class TestUllaCli < Test::Unit::TestCase
  def test_execute
    #Ulla::CLI.execute
    assert(true)
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
ulla-0.9.9.2 test/ulla/test_cli.rb
semin-ulla-0.9.3 test/ulla/test_cli.rb
semin-ulla-0.9.4 test/ulla/test_cli.rb
semin-ulla-0.9.5 test/ulla/test_cli.rb
semin-ulla-0.9.6 test/ulla/test_cli.rb
semin-ulla-0.9.7 test/ulla/test_cli.rb
semin-ulla-0.9.8 test/ulla/test_cli.rb
semin-ulla-0.9.9.1 test/ulla/test_cli.rb
semin-ulla-0.9.9 test/ulla/test_cli.rb
ulla-0.9.9.1 test/ulla/test_cli.rb
ulla-0.9.9 test/ulla/test_cli.rb
ulla-0.9.8 test/ulla/test_cli.rb
ulla-0.9.3 test/ulla/test_cli.rb
ulla-0.9.4 test/ulla/test_cli.rb
ulla-0.9.6 test/ulla/test_cli.rb
ulla-0.9.5 test/ulla/test_cli.rb
ulla-0.9.7 test/ulla/test_cli.rb