Sha256: 43fb0495eb2d3200d83bbc0ca72c8ae653b90cf19745a4d6bd6e9b9ec7541eab

Contents?: true

Size: 220 Bytes

Versions: 6

Compression:

Stored size: 220 Bytes

Contents

require "pione/test-helper"

describe Pione::Command::PioneLang do
  before do
    @cmd = Pione::Command::PioneLang
  end

  it "should fail with no subcommands" do
    Rootage::ScenarioTest.fail(@cmd.new([]))
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pione-0.5.0 test/command/spec_pione-lang.rb
pione-0.5.0.alpha.2 test/command/spec_pione-lang.rb
pione-0.5.0.alpha.1 test/command/spec_pione-lang.rb
pione-0.4.2 test/command/spec_pione-lang.rb
pione-0.4.1 test/command/spec_pione-lang.rb
pione-0.4.0 test/command/spec_pione-lang.rb