This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository jscover.

commit eb83c05ad76bf8a7eca198bb921ecdc3c2d5f58c
Author: tntim96 <[email protected]>
Date:   Wed Jul 9 20:56:43 2014 +1000

    Replace deprecated ruby call.
---
 examples/localStorage-file-system/jscover-filesystem.sh | 0
 examples/localStorage-file-system/selenium-ide.rb       | 2 +-
 examples/localStorage-file-system/web-server.sh         | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/localStorage-file-system/jscover-filesystem.sh 
b/examples/localStorage-file-system/jscover-filesystem.sh
old mode 100644
new mode 100755
diff --git a/examples/localStorage-file-system/selenium-ide.rb 
b/examples/localStorage-file-system/selenium-ide.rb
index 4743e55..ccd9258 100644
--- a/examples/localStorage-file-system/selenium-ide.rb
+++ b/examples/localStorage-file-system/selenium-ide.rb
@@ -14,7 +14,7 @@ describe "SeleniumIde" do
 
   after(:each) do
     @driver.quit
-    @verification_errors.should == []
+    expect(@verification_errors).to eq([])
   end
 
   it "test_selenium_ide" do
diff --git a/examples/localStorage-file-system/web-server.sh 
b/examples/localStorage-file-system/web-server.sh
old mode 100644
new mode 100755

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jscover.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to