Sha256: 408b7970a76c0e60bc7735344a43b1b59f4edbf0f8da2fb70f20b5e4b09fbcd7

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

require 'pione/test-helper'

TestHelper.scope do |this|
  this::DIR = Location[File.dirname(__FILE__)] + ".." + "literate-action" + "data"

  describe Pione::Command::PioneActionList do
    it "should show action names" do
      args = [(this::DIR + "D1.md").path.to_s]
      res = TestHelper::Command.succeed do
        Pione::Command::PioneActionList.run(args)
      end
      res.stdout.string.chomp.should == "Name1\nName2"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pione-0.3.2 test/command/spec_pione-action-list.rb