Sha256: d4bdab50ce86d48a1afaabbc7dd1f2dcf6b8db42dd97b75fe2cc7948713365fb
Contents?: true
Size: 275 Bytes
Versions: 3
Compression:
Stored size: 275 Bytes
Contents
require 'helper' class TestSyncftp < Test::Unit::TestCase context "A User story" do setup do @sync = SyncFTP.new( 'localhost', :username => 'greg', :password => 'mcag71139' ) end should "be initialized" do assert_not_nil @sync end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
syncftp-0.0.3 | test/test_syncftp.rb |
syncftp-0.0.2 | test/test_syncftp.rb |
syncftp-0.0.1 | test/test_syncftp.rb |