lib/rspec_candy/helpers.rb in rspec_candy-0.2.7 vs lib/rspec_candy/helpers.rb in rspec_candy-0.2.8

- old
+ new

@@ -7,9 +7,9 @@ require 'rspec_candy/helpers/should_receive_chain' require 'rspec_candy/helpers/stub_any_instance' require 'rspec_candy/helpers/stub_existing' if RSpecCandy::Switcher.rails_loaded? - require 'rspec_candy/helpers/rails/create_without_callbacks' + require 'rspec_candy/helpers/rails/store_with_values' require 'rspec_candy/helpers/rails/it_should_run_callbacks' require 'rspec_candy/helpers/rails/prevent_storage' end