Sha256: d6c7a7547c7a7eb9ee580f68af0a601e78fcd819451992d0388f2170015e83e3

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

require File.join(File.dirname(__FILE__), 'test_helper')

describe "RunnerLibrary" do
  before { reset }

  it "creates a library with correct commands" do
    Manager.load create_runner(:blah)
    library('blarg').commands.should == ['blah']
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
boson-1.1.1 test/runner_library_test.rb
boson-1.1.0 test/runner_library_test.rb
boson-1.0.1 test/runner_library_test.rb
boson-1.0.0 test/runner_library_test.rb