features/step_definitions/community_steps.rb in stove-2.0.0 vs features/step_definitions/community_steps.rb in stove-3.0.0

- old
+ new

@@ -1,6 +1,8 @@ Given /^I am using the community server$/ do - set_env('COMMUNITY_URL', CommunityZero::RSpec.url) + set_env('STOVE_ENDPOINT', CommunityZero::RSpec.url) + set_env('STOVE_CLIENT', 'stove') + set_env('STOVE_KEY', File.expand_path('../../support/stove.pem', __FILE__)) end Given /^the community server has the cookbooks?:$/ do |table| table.raw.each do |name, version, category| version ||= '0.0.0'