Sha256: 0df62be70ddf6c49052aefd43928b38ef1be4956e2ff3aaa49279e59e44ce1e5

Contents?: true

Size: 646 Bytes

Versions: 2

Compression:

Stored size: 646 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.active_record_loaded?
  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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec_candy-0.4.1 lib/rspec_candy/helpers.rb
rspec_candy-0.4.0 lib/rspec_candy/helpers.rb