Sha256: 5c89d0d8b61110658b3830324b6ffa17d6d5b50ec9ad19d5f03ac22f1c0717a8
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
require "spec_helper" describe FactoryGirlProfiling::Initializer do context '.initialize_rspec' do it "calls RSpec.configure" do FactoryGirlProfiling::Initializer::RSpec = rspec_double = double('rspec') rspec_double.should_receive(:configure) FactoryGirlProfiling::Initializer.initialize_rspec end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
factory_girl_profiling-0.0.1 | spec/lib/factory_girl_profiling/initializer_spec.rb |