spec/blocks_spec.rb in sloe-0.5.1 vs spec/blocks_spec.rb in sloe-0.5.3

- old
+ new

@@ -5,12 +5,12 @@ describe Sloe do context "invoked with block" do before(:all) do @login = { :target => 'capella', - :username => 'dgethings', - :password => 'mcisamilf' + :username => 'netconf', + :password => 'netconf' } @hostname = '' end it "calls Netconf RPC" do @@ -32,11 +32,11 @@ context "Junos extensions" do before(:all) do @login = { :target => 'capella', - :username => 'dgethings', - :password => 'mcisamilf' + :username => 'netconf', + :password => 'netconf' } end it "Sloe::Junos responds to Junos specific RPCs" do Sloe::Junos.new ( @login ) { |dut| \ No newline at end of file