summaryrefslogtreecommitdiffstats
path: root/test/lib/spec/runner/execution_context.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-08-23 01:17:33 -0500
committerLuke Kanies <luke@madstop.com>2007-08-23 01:17:33 -0500
commitd59315a07a8a01ca65952d8e8fe9d2f1bb84d30e (patch)
tree8e2470f271c8c6e622f0aef3fd5a2f01502d8305 /test/lib/spec/runner/execution_context.rb
parent5601ecf75d3854a66d087a108e1b06885fa2be12 (diff)
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.
Diffstat (limited to 'test/lib/spec/runner/execution_context.rb')
-rw-r--r--test/lib/spec/runner/execution_context.rb17
1 files changed, 0 insertions, 17 deletions
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