Sha256: 460e46e452a83d4607292733746d509553d5cb5e2f1a8fa80ba5e2b277aa1da5
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
After do @testbed.stop if @testbed @testbed.stop! if @testbed @testbed=nil end Given /^an empty "([^\"]*)" directory$/ do |dir| if dir==".appswarm" p=File.join(ENV["HOME"],dir) `rm -rf #{p}` end #pending end Given /^a testbed$/ do @testbed=TestBed.new end When /^the cluster is running$/ do @testbed.runCluster sleep 1 end Then /^the appId of "(.*)" is different from the appId of "(.*)"$/ do |app0,app1| app0=testbed.getApp(app0) app1=testbed.getApp(app1) app0.getAppId.should_not == app1.getAppId end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | features/step_definitions/appstart_steps.rb |