Sha256: 062bb1a5b25f20207ae6057d07912ab44eb3ecb6f2f22978967c4326143f0fdd
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
# This is a cucumber step definition. Cucumber scenarios become automated # tests with the addition of what are called step definitions. A step # definition is a block of code associated with one or more steps by a # regular expression (or, in simple cases, a string). # # This is the step definition for the `And vagrant current working # directory should be mounted` step from sshfs_cwd_mount.feature # And(/^vagrant current working directory should be mounted$/) do run("vagrant ssh -c 'ls /testdir/Vagrantfile'") expect(last_command_started).to have_exit_status(0) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-sshfs-1.3.1 | features/step_definitions/sshfs_cwd_mount_steps.rb |