Skip to content

Instantly share code, notes, and snippets.

@jswanner
Created May 24, 2018 23:28
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 jswanner/ae12c399797d8a9662841375451ee06a to your computer and use it in GitHub Desktop.
Save jswanner/ae12c399797d8a9662841375451ee06a to your computer and use it in GitHub Desktop.
# script logic
if $PROGRAM_NAME == __FILE__
# the script itself is being executed
exit
end
require 'rspec'
RSpec.describe 'the script' do
it 'is expected to do something'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment