Sha256: cdb0e791e8e7998b7678971b8e4f16ba501c5eced57fc969e2aaacdeeb5843a1

Contents?: true

Size: 224 Bytes

Versions: 6

Compression:

Stored size: 224 Bytes

Contents

require "pione/test-helper"

describe Pione::Command::PioneConfig do
  before do
    @cmd = Pione::Command::PioneConfig
  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-config.rb
pione-0.5.0.alpha.2 test/command/spec_pione-config.rb
pione-0.5.0.alpha.1 test/command/spec_pione-config.rb
pione-0.4.2 test/command/spec_pione-config.rb
pione-0.4.1 test/command/spec_pione-config.rb
pione-0.4.0 test/command/spec_pione-config.rb