Sha256: e0a861f5a666517c042c50877993b53d145ffc48bef855968ddfeb0c9b51d44e
Contents?: true
Size: 553 Bytes
Versions: 1
Compression:
Stored size: 553 Bytes
Contents
When(/^I successfully process "([^"]*)" with "([^"]*)"$/) do |xcproj_path, files_glob| xcproj_path = expand_path("%/#{xcproj_path}") files_glob = expand_path('%/') + files_glob step %(I successfully run `findxcprojorphan #{xcproj_path} #{files_glob}`) end When(/^I unsuccessfully process "([^"]*)" with "([^"]*)"$/) do |xcproj_path, files_glob| xcproj_path = expand_path("%/#{xcproj_path}") files_glob = expand_path('%/') + files_glob step %(I run `findxcprojorphan #{xcproj_path} #{files_glob}`) step %(the exit status should be 1) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
findxcprojorphan-1.0.0 | features/step_definitions/findxcprojorphan_steps.rb |