Sha256: 1b4807123eaa10fc63c86a907ce0545270aec35c86149ee2282e46fa1e72b360

Contents?: true

Size: 638 Bytes

Versions: 5

Compression:

Stored size: 638 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/store_with_values'
  require 'rspec_candy/helpers/rails/it_should_run_callbacks'
  require 'rspec_candy/helpers/rails/prevent_storage'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rspec_candy-0.3.1 lib/rspec_candy/helpers.rb
rspec_candy-0.3.0 lib/rspec_candy/helpers.rb
rspec_candy-0.2.10 lib/rspec_candy/helpers.rb
rspec_candy-0.2.9 lib/rspec_candy/helpers.rb
rspec_candy-0.2.8 lib/rspec_candy/helpers.rb