Sha256: b5160a9b400bfd65b4fb514b27c811a1bf0043d09b02ecd4a82dc52f32823196

Contents?: true

Size: 346 Bytes

Versions: 10

Compression:

Stored size: 346 Bytes

Contents

require 'helper'

class TestIncludes < Test::Unit::TestCase
  should "include the standard implementation of reconstruction" do
		r = Reconstruction.new(
			{ 'subid' => 'swallow001', 'rawdir' => nil, 'origdir' => nil, 'procdir' => nil },
			{ 'scans' => nil, 'source' => nil, 'method' => nil }
		)
		assert_equal "swallow001", r.subid
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rpipe-0.1.7 test/test_includes.rb
rpipe-0.1.6 test/test_includes.rb
rpipe-0.1.4 test/test_includes.rb
rpipe-0.1.3 test/test_includes.rb
rpipe-0.1.2 test/test_includes.rb
rpipe-0.1.1 test/test_includes.rb
rpipe-0.1.0 test/test_includes.rb
rpipe-0.0.3 test/test_includes.rb
rpipe-0.0.2 test/test_includes.rb
rpipe-0.0.1 test/test_includes.rb