You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/05/20 02:18:31 UTC

svn commit: r1340600 - /buildr/trunk/spec/spec_helpers.rb

Author: donaldp
Date: Sun May 20 00:18:31 2012
New Revision: 1340600

URL: http://svn.apache.org/viewvc?rev=1340600&view=rev
Log:
Change the default configuration of RSpec to be RSpec 3 compatible

Modified:
    buildr/trunk/spec/spec_helpers.rb

Modified: buildr/trunk/spec/spec_helpers.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/spec_helpers.rb?rev=1340600&r1=1340599&r2=1340600&view=diff
==============================================================================
--- buildr/trunk/spec/spec_helpers.rb (original)
+++ buildr/trunk/spec/spec_helpers.rb Sun May 20 00:18:31 2012
@@ -362,6 +362,7 @@ unless defined?(SpecHelpers)
 
 
   ::RSpec.configure do |config|
+    config.treat_symbols_as_metadata_keys_with_true_values = true
     # Make all Buildr methods accessible from test cases, and add various helper methods.
     config.include Buildr
     config.include SpecHelpers