Skip to content

Commit

Permalink
conform to recent changes in rspec core
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chelimsky committed Jul 16, 2008
1 parent 0755193 commit 8f272f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Support/Rakefile
@@ -1,4 +1,4 @@
$:.unshift(File.dirname(__FILE__) + '/../../rspec/lib')
$:.unshift(File.dirname(__FILE__) + '/../../example_rails_app/vendor/plugins/rspec/lib')
require 'rubygems'
require 'spec/rake/spectask'

Expand Down
2 changes: 1 addition & 1 deletion Support/spec/spec/mate/runner_spec.rb
Expand Up @@ -18,7 +18,7 @@
$".delete_if do |path|
path =~ /example_failing_spec\.rb/
end
rspec_options.example_groups.delete_if do |example_group|
Spec::Runner.options.example_groups.delete_if do |example_group|
example_group.description == "An example failing spec"
end
end
Expand Down

0 comments on commit 8f272f2

Please sign in to comment.