Sha256: 82fe03496607e76b5607e4d8b4c1301f48fefb67b6a4a588c93f25a55fdf7236
Contents?: true
Size: 530 Bytes
Versions: 3
Compression:
Stored size: 530 Bytes
Contents
require "simplecov" require "coveralls" require "sidekiq" require "rspec-sidekiq" require_relative "support/init" SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ Coveralls::SimpleCov::Formatter, SimpleCov::Formatter::HTMLFormatter ] SimpleCov.start RSpec.configure do |config| config.alias_example_to :expect_it config.expect_with :rspec do |config| config.syntax = :expect end end RSpec::Core::MemoizedHelpers.module_eval do alias to should alias to_not should_not end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rspec-sidekiq-0.5.1 | spec/spec_helper.rb |
rspec-sidekiq-0.5.0 | spec/spec_helper.rb |
rspec-sidekiq-0.4.0 | spec/spec_helper.rb |