Skip to content

Instantly share code, notes, and snippets.

@AllPurposeName
Created September 6, 2015 03:30
Show Gist options
  • Save AllPurposeName/f37fe02e869d0c55c201 to your computer and use it in GitHub Desktop.
Save AllPurposeName/f37fe02e869d0c55c201 to your computer and use it in GitHub Desktop.
require ‘minitest/autorun’
require ‘minitest/pride’
require ‘enigma’
# Somewhere in the enigma require
####################
require ‘parser’
####################
class ParsingTest < Minitest::Test
def test_it_exists
assert Parser
end
def test_all_the_other_things
# other irrelevant tests
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment