[Groonga-commit] groonga/packages.groonga.org at b1d754d [master] Work with RSpec 2.9

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 26 23:39:04 JST 2014


Kouhei Sutou	2014-09-26 23:39:04 +0900 (Fri, 26 Sep 2014)

  New Revision: b1d754df532e9ccfc8d50cc2d002367bcf0218b4
  https://github.com/groonga/packages.groonga.org/commit/b1d754df532e9ccfc8d50cc2d002367bcf0218b4

  Message:
    Work with RSpec 2.9

  Modified files:
    spec/spec_helper.rb

  Modified: spec/spec_helper.rb (+1 -1)
===================================================================
--- spec/spec_helper.rb    2014-09-26 23:17:21 +0900 (1a6f446)
+++ spec/spec_helper.rb    2014-09-26 23:39:04 +0900 (3adbf5c)
@@ -13,7 +13,7 @@ RSpec.configure do |c|
     c.sudo_password = ENV["SUDO_PASSWORD"]
   end
   c.before :all do
-    block = self.class.metadata[:block]
+    block = self.class.metadata[:example_group_block]
     file = block.source_location.first
     host = File.basename(Pathname.new(file).dirname)
     if c.host != host
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index