Skip to content

Instantly share code, notes, and snippets.

@cintrzyk
Created October 30, 2012 14:01
Show Gist options
  • Save cintrzyk/3980334 to your computer and use it in GitHub Desktop.
Save cintrzyk/3980334 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require "skrypt"
require "test/unit"
class TestSkrypt < Test::Unit::TestCase
def test_title_match
assert(true) do
title_match?("Row","Row")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment