Skip to content

Instantly share code, notes, and snippets.

@jraregris
Created October 4, 2011 14:50
Show Gist options
  • Save jraregris/1261824 to your computer and use it in GitHub Desktop.
Save jraregris/1261824 to your computer and use it in GitHub Desktop.
require 'minitest/unit'
class TestPrayer < MiniTest::Unit::TestCase
def test_24_hour
pt = PrayerTime.new
assert_equal "00:30", pt.24_hour(11231.23123)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment