Sha256: be5ed30c964ad36f1406ca36619b7ce75fca1b6b39df684f93ef46923c051101

Contents?: true

Size: 419 Bytes

Versions: 6

Compression:

Stored size: 419 Bytes

Contents

$:.push File.join(File.dirname(__FILE__), '..', 'lib')
Thread.abort_on_exception = true

%w(
  adhearsion
  electric_slide
  rspec/core
  timecop
).each { |r| require r }

RSpec.configure do |config|
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
  config.raise_errors_for_deprecations!

  config.after :each do
    Timecop.return
  end
end

def dummy_call
  Adhearsion::Call.new
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
electric_slide-0.5.1 spec/spec_helper.rb
electric_slide-0.5.0 spec/spec_helper.rb
electric_slide-0.4.2 spec/spec_helper.rb
electric_slide-0.4.1 spec/spec_helper.rb
electric_slide-0.4.0 spec/spec_helper.rb
electric_slide-0.3.0 spec/spec_helper.rb