Sha256: c3d226e5f36f88ded6707ca7a7972a8dc9be6953a101041c5072bfed5cf78ced
Contents?: true
Size: 645 Bytes
Versions: 8
Compression:
Stored size: 645 Bytes
Contents
require 'rspec_candy/base' require 'rspec_candy/helpers/disposable_copy' require 'rspec_candy/helpers/it_should_act_like' require 'rspec_candy/helpers/new_with_stubs' require 'rspec_candy/helpers/should_receive_and_execute' require 'rspec_candy/helpers/should_receive_and_return' 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/it_should_run_callbacks' require 'rspec_candy/helpers/rails/prevent_storage' end
Version data entries
8 entries across 8 versions & 1 rubygems