Sha256: c975f7498c3d6e993affe6d91ed2125de8a6a999aeaed231d400da83fb5aa483
Contents?: true
Size: 452 Bytes
Versions: 79
Compression:
Stored size: 452 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' class TestClass include PoolParty::Resources end describe "Remote Instance" do before(:each) do @tc = TestClass.new end it "should be a string" do @tc.has_svnpath({:name => "name", :source => "svn://"}).to_string.should =~ /svnserve \{/ end it "should included the flushed out options" do @tc.has_svnpath({:user => "finger"}).to_string.should =~ /user => \"finger\"/ end end
Version data entries
79 entries across 79 versions & 3 rubygems