Sha256: 7b70264f692ad2a30ea703b56d8f1120f3ae9d4dd8663ed592ce3fe84ec63bb3

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

require 'spec_helper'
require 'licit'

describe Licit::Command do

  it "load config file" do
    Dir.chdir(File.expand_path '../dir3', __FILE__) do
      subject.load_config.should == {copyright: 'Copyright Line', program_name: 'My App'}
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
licit-0.2 spec/command_spec.rb
licit-0.1 spec/command_spec.rb
licit-0.0.1 spec/command_spec.rb