Sha256: 6208ac9d6d180930cb37818b3ec14df4e6a33611c2f9d1bb8e6ce26aa60b5e84

Contents?: true

Size: 419 Bytes

Versions: 2

Compression:

Stored size: 419 Bytes

Contents

require 'spec_helper'

# TODO: Not sure how to test this yet

describe "Recipes" do  
  context "namespace" do
    it "should create an :all task which loads all servers in that namespace"    
  end

  context "cluster definition" do
    it "should create a task to set the servers"
    
    it "should create a task to bootstrap the servers"
    
    it "should create a task to install users on the servers"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-provisioning-0.0.4 spec/recipes_spec.rb
capistrano-provisioning-0.0.3 spec/recipes_spec.rb