spec/pivotal_workstation_cookbook.rb in soloist-0.9.6 vs spec/pivotal_workstation_cookbook.rb in soloist-0.9.7

- old
+ new

@@ -1,5 +1,10 @@ -# this file is loaded by the tests instead of the actual pivotal_workstation_cookbook +# this file is loaded by the tests instead of the actual pivotal_workstation_cookbook + +module PivotalWorkstationCookbook + COOKBOOK_PATH = File.expand_path('../..', __FILE__) + VERSION = "1.0.0" +end \ No newline at end of file