]> git.openstreetmap.org Git - rails.git/blob - vendor/gems/rspec-1.1.2/spec/spec/runner_spec.rb
Show whether a trace is public or private in the trace list, so that a user can easil...
[rails.git] / vendor / gems / rspec-1.1.2 / spec / spec / runner_spec.rb
1 require File.dirname(__FILE__) + '/../spec_helper.rb'
2
3 module Spec
4   describe Runner, ".configure" do
5     it "should yield global configuration" do
6       Spec::Runner.configure do |config|
7         config.should equal(Spec::Runner.configuration)
8       end
9     end
10   end
11 end