Sha256: cb33a1c3768f302e39ad6871ce05a04c144d829210abf8174ebebf9868df92a7

Contents?: true

Size: 679 Bytes

Versions: 3

Compression:

Stored size: 679 Bytes

Contents

require 'rspec_candy/version'
require 'rspec_candy/switcher'
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

3 entries across 3 versions & 1 rubygems

Version Path
rspec_candy-0.1.2 lib/rspec_candy/helpers.rb
rspec_candy-0.1.1 lib/rspec_candy/helpers.rb
rspec_candy-0.1.0 lib/rspec_candy.rb