Sha256: f59f2786a730f312d93b459f766556452886bb62fdba353e44e824ccd0a5598b
Contents?: true
Size: 222 Bytes
Versions: 14
Compression:
Stored size: 222 Bytes
Contents
Then(/^I dont have a (.*)$/) do |file| pathname = pathname_from_app(file) expect(pathname).to_not be_exist end Then(/^I have a (.*)$/) do |file| pathname = pathname_from_app(file) expect(pathname).to be_exist end
Version data entries
14 entries across 14 versions & 1 rubygems