mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 06:34:07 +01:00
11 lines
No EOL
272 B
Ruby
11 lines
No EOL
272 B
Ruby
require File.dirname(__FILE__) + '/../spec_helper.rb'
|
|
|
|
module Spec
|
|
describe Runner, ".configure" do
|
|
it "should yield global configuration" do
|
|
Spec::Runner.configure do |config|
|
|
config.should equal(Spec::Runner.configuration)
|
|
end
|
|
end
|
|
end
|
|
end |