Sha256: 188859a19ffb102a4daa2c2aca3fef5dedc026fe0fcfed41766ff4a7993a1376
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
require File.dirname(__FILE__) + '/helper' class MainTest < Test::Unit::TestCase def test_instantiate_movie_with_screenplay assert( Castanaut::Main.run( [fixture_path('1.screenplay')] ).kind_of?(Castanaut::Movie) ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
castanaut-1.1.2 | test/main_test.rb |
castanaut-1.1.1 | test/main_test.rb |
castanaut-1.1.0 | test/main_test.rb |