features/steps/packaging-lintian_steps.rb in flapjack-1.6.0 vs features/steps/packaging-lintian_steps.rb in flapjack-2.0.0b1
- old
+ new
@@ -1,8 +1,4 @@
-Given /^I am at the project root$/ do
- expect(Dir.pwd.split('/').last).to eq("flapjack")
-end
-
Then /^I should see (\d+) lines of output$/ do |number|
expect(@output.split.size).to eq(number.to_i)
end
Then /^every file in the output should start with "([^\"]*)"$/ do |string|