05c4186
--- 2.14.5/TMP/lib/rspec/matchers.rb.be_truthy	1970-01-01 09:00:00.000000000 +0900
05c4186
+++ 2.14.5/TMP/lib/rspec/matchers.rb	2014-08-13 16:30:56.000000000 +0900
05c4186
@@ -198,6 +198,10 @@
05c4186
       BuiltIn::BeNil.new
05c4186
     end
05c4186
 
05c4186
+	alias_method :be_truthy, :be_true
05c4186
+	alias_method :be_falsey, :be_false
05c4186
+	alias_method :be_falsy, :be_falsey
05c4186
+
05c4186
     # @example
05c4186
     #   expect(actual).to     be_true
05c4186
     #   expect(actual).to     be_false