Sha256: 3827c85f5bbbee777c7ad0a77e6425c0ce4420bc3a09eabc59b3df9abb01829a

Contents?: true

Size: 478 Bytes

Versions: 13

Compression:

Stored size: 478 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'wisper'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'
  config.after(:each) { Wisper::GlobalListeners.clear }

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end

  config.mock_with :rspec do |c|
    c.syntax = :expect
  end
end

# returns an anonymous wispered class
def publisher_class
  Class.new { include Wisper::Publisher }
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
wisper-3.0.0.rc1 spec/spec_helper.rb
lotrd-0.1.9 vendor/cache/ruby/2.6.0/gems/wisper-2.0.1/spec/spec_helper.rb
lotrd-0.1.8 vendor/cache/ruby/2.6.0/gems/wisper-2.0.1/spec/spec_helper.rb
lotrd-0.1.6 vendor/cache/ruby/2.6.0/gems/wisper-2.0.1/spec/spec_helper.rb
lotrd-0.1.5 vendor/cache/ruby/2.6.0/gems/wisper-2.0.1/spec/spec_helper.rb
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/wisper-2.0.1/spec/spec_helper.rb
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/wisper-2.0.1/spec/spec_helper.rb
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/wisper-2.0.1/spec/spec_helper.rb
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/wisper-2.0.1/spec/spec_helper.rb
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/wisper-2.0.1/spec/spec_helper.rb
wisper-2.0.1 spec/spec_helper.rb
siftery-wisper-2.0.1 spec/spec_helper.rb
wisper-2.0.0 spec/spec_helper.rb