factory_data_preloader icon indicating copy to clipboard operation
factory_data_preloader copied to clipboard

require 'factory_data_preloader' introduces extra test-suite run output

Open jerboaa opened this issue 15 years ago • 1 comments

Steps to reproduce:

$ echo -e "require 'rubygems'; require 'factory_data_preloader'\nquit" > irb_load_test $ irb < irb_load_test

and compare output to:

$ echo -e "require 'rubygems'; require 'fastercsv'\nquit" > irb_load_test $ irb < irb_load_test

Thanks!

jerboaa avatar Aug 07 '10 18:08 jerboaa

Thanks for reporting this, but the likelihood of my fixing it is very, very small. I no longer use factory_data_preloader for any projects and probably won't use it again (my testing approach has changed since I wrote the gem). I'm not planning to spend much (if any) of my limited free time on this project.

Myron

myronmarston avatar Aug 08 '10 02:08 myronmarston