Sha256: eb5e17f04287b1d9f3540787544649bd4e1c1797f7686d81a276e9df0f270039

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 Bytes

Contents

require 'spec_helper'
require 'json2xxx'

describe Json2xxx::CLI do
  before do
  end

  it "should stdout sample" do
    output = capture_stdout do
      Json2xxx::CLI.start(['help'])
    end
    output.should_not nil
  end

  after do
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
json2xxx-0.4.0 spec/cli_spec.rb
json2xxx-0.3.0 spec/cli_spec.rb
json2xxx-0.2.0 spec/cli_spec.rb