Sha256: 57e2bc4d27767eb7dd014fcefbf56b90d7ac9cc0f5a9fc484af63498bfb1bfab

Contents?: true

Size: 386 Bytes

Versions: 5

Compression:

Stored size: 386 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper.rb'))
require 'rake'

describe 'when the init.rb plugin loader has been included' do
  it 'loads the main library' do
    require(File.expand_path(File.join(File.dirname(__FILE__), '..', 'init')))
    $".should.include(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'whiskey_disk.rb')))
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ol-whisk_deploy-0.6.25 spec/init_spec.rb
ol-whisk_deploy-0.6.26 spec/init_spec.rb
whisk_deploy-0.6.26 spec/init_spec.rb
whiskey_disk-0.6.24 spec/init_spec.rb
whiskey_disk-0.6.23 spec/init_spec.rb