Repository URL to install this package:
|
Version:
1.0.4 ▾
|
Then(/^the "(.*?)" gem should be deployed to Gemfury$/) do |version|
list = `cd #{$gem_path} && fury list`
list.should include("dummy (#{version})")
end