Skip to content

Instantly share code, notes, and snippets.

@voxik
Created February 22, 2011 08:19
Show Gist options
  • Save voxik/838366 to your computer and use it in GitHub Desktop.
Save voxik/838366 to your computer and use it in GitHub Desktop.
Required missing helpers.
From 342c7ae0322a13aedda9a03652274aa8d9a1789b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
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