Skip to content

Instantly share code, notes, and snippets.

@voxik
Created November 29, 2011 15:01
Show Gist options
  • Select an option

  • Save voxik/1405093 to your computer and use it in GitHub Desktop.

Select an option

Save voxik/1405093 to your computer and use it in GitHub Desktop.
From 2da1a77af2802c6ba2733a18269eeec688dd4214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
Date: Tue, 29 Nov 2011 15:59:34 +0100
Subject: [PATCH] Remove RSpec1 requires
---
spec/spec_helper.rb | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c1261df..7299f37 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,5 @@
require 'rubygems'
require 'thin'
-gem "rspec", "~> 1.2.9"
-require 'spec'
require 'benchmark'
require 'timeout'
require 'fileutils'
--
1.7.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment