From d59315a07a8a01ca65952d8e8fe9d2f1bb84d30e Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 23 Aug 2007 01:17:33 -0500 Subject: Adding the second half of the rspec upgrade -- apparently the "git add" thing I used did not remove the old files, only add the new ones. --- test/lib/spec/runner/execution_context.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/lib/spec/runner/execution_context.rb (limited to 'test/lib/spec/runner/execution_context.rb') diff --git a/test/lib/spec/runner/execution_context.rb b/test/lib/spec/runner/execution_context.rb deleted file mode 100644 index 484c55830..000000000 --- a/test/lib/spec/runner/execution_context.rb +++ /dev/null @@ -1,17 +0,0 @@ -module Spec - module Runner - class ExecutionContext - module InstanceMethods - def initialize(*args) #:nodoc: - #necessary for RSpec's own specs - end - - def violated(message="") - raise Spec::Expectations::ExpectationNotMetError.new(message) - end - - end - include InstanceMethods - end - end -end \ No newline at end of file -- cgit