Sha256: 7b160ee4361e24f23e012ebc9f683f7d73e20b21fff4da75c4f068ba313848e0
Contents?: true
Size: 246 Bytes
Versions: 4
Compression:
Stored size: 246 Bytes
Contents
require 'test/unit' require 'lib/rapinoe' class TestRapinoe < Test::Unit::TestCase def setup @keynote = Rapinoe.new('test/fixtures/ice-cream.key') end def test_quick_initializes assert_kind_of Rapinoe::Keynote, @keynote end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rapinoe-0.0.4 | test/test_rapinoe.rb |
rapinoe-0.0.3 | test/test_rapinoe.rb |
rapinoe-0.0.2 | test/test_rapinoe.rb |
rapinoe-0.0.1 | test/test_rapinoe.rb |