Sha256: 2f314d18ce3127247ec6b0e32ddcb138425e3b89f0c2e5f4617dd318b4b19568

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Capistrano::Campfire do
  let :configuration do
    config = Capistrano::Configuration.new
    configuration.extend(Capistrano::Spec::ConfigurationExtension)
    Moonshine::CapistranoIntegration.load_into(@configuration)
  end

  it "populates :campfire_room"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-campfire-0.1.2 spec/capistrano-tinder_spec.rb
capistrano-campfire-0.1.1 spec/capistrano-tinder_spec.rb