Created
February 22, 2011 08:19
-
-
Save voxik/838366 to your computer and use it in GitHub Desktop.
Required missing helpers.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 342c7ae0322a13aedda9a03652274aa8d9a1789b Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Tue, 22 Feb 2011 09:17:13 +0100 | |
Subject: [PATCH] Required missing helpers. | |
--- | |
spec/rspec/core/formatters/helpers_spec.rb | 1 + | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
diff --git a/spec/rspec/core/formatters/helpers_spec.rb b/spec/rspec/core/formatters/helpers_spec.rb | |
index d1e3b05..b86d0ab 100644 | |
--- a/spec/rspec/core/formatters/helpers_spec.rb | |
+++ b/spec/rspec/core/formatters/helpers_spec.rb | |
@@ -1,4 +1,5 @@ | |
require 'spec_helper' | |
+require 'rspec/core/formatters/helpers' | |
require 'stringio' | |
describe RSpec::Core::Formatters::Helpers do | |
-- | |
1.7.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment