Skip to content

Instantly share code, notes, and snippets.

@maxmeyer
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxmeyer/08910d78ba2540ab8e9a to your computer and use it in GitHub Desktop.
Save maxmeyer/08910d78ba2540ab8e9a to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'pry'
binding.pry
File.read ARGV.first
Feature: New feature
my description
@debug
Scenario: My scenario
Given a file named "blub.txt" with:
"""
asdf
"""
When I successfully run `my_command.rb`
Then the stdout should contain:
"""
asdf
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment