Sha256: 71711141a0f646ed18f3b91c5dc81f77a2fda58e88b76b1afb02f16c2d064c1e

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

# Given(/^I have deployed "(.*?)" state to "(.*?)" from scratch$/) do |state, target|
#   in_current_dir do
#     clean_current_dir
#     run "build.rb #{target} #{state}"
#   end
# end
#
# When(/^I store bump version from file "(.*?)"$/) do |file|
#   ENV['DM_BUMPED_VERSION'] = IO.read(file)
# end
#
# When(/^I change repo state to last bumped tag for "(.*?)" version$/) do |state|
#   version = ENV["DM_BUMPED_VERSION"]
#   run "state.sh tag #{version} #{state}"
# end
#
# Then(/^the file "(.*?)" should contain last bumped tag$/) do |file|
#   version = ENV["DM_BUMPED_VERSION"]
#   puts "Last bumped tag: #{version}"
#   prep_for_fs_check { expect(IO.read(file)).to eq version }
# end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
docman-0.0.2 features/support/step_definitions/dm_steps.rb
docman-0.0.1 features/support/step_definitions/dm_steps.rb