Sha256: 3d5c90f0470a13eb20e6eab329ac55c170daf76bca46a04b3b9d8fd7e71dd228
Contents?: true
Size: 288 Bytes
Versions: 1
Compression:
Stored size: 288 Bytes
Contents
require "spec_helper" describe 'Integration: Profiler' do it "works" do profiler = FactoryGirlProfiling::Profiler.instance profiler.add_timing('some factory', 'some strategy', 123) profiler.add_counting('some factory', 'some strategy') profiler.print_results end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
factory_girl_profiling-0.0.1 | spec/integration/profiler_spec.rb |