Sha256: cca054c0e9551038dbba3bc53187ffc402e9c6dbf9f804b69092a2ff6505a5fd

Contents?: true

Size: 714 Bytes

Versions: 20

Compression:

Stored size: 714 Bytes

Contents

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper.rb"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration

require 'eventmachine'
require 'em-systemcommand'

EventMachine.instance_eval do
  def assertions time = 1
    EM.add_timer(time) do
      EM.stop_event_loop
      yield
    end
  end
end unless EM.respond_to?(:assertions)

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
em-systemcommand-2.0.10 spec/spec_helper.rb
em-systemcommand-2.0.9 spec/spec_helper.rb
em-systemcommand-2.0.8 spec/spec_helper.rb
em-systemcommand-2.0.6 spec/spec_helper.rb
em-systemcommand-2.0.5 spec/spec_helper.rb
em-systemcommand-2.0.4 spec/spec_helper.rb
em-systemcommand-2.0.3 spec/spec_helper.rb
em-systemcommand-2.0.2 spec/spec_helper.rb
em-systemcommand-2.0.1 spec/spec_helper.rb
em-systemcommand-2.0.0 spec/spec_helper.rb
em-systemcommand-1.2.0 spec/spec_helper.rb
em-systemcommand-1.1.2 spec/spec_helper.rb
em-systemcommand-1.0.2 spec/spec_helper.rb
em-systemcommand-1.0.1 spec/spec_helper.rb
em-systemcommand-1.0.0 spec/spec_helper.rb
em-systemcommand-0.0.5 spec/spec_helper.rb
em-systemcommand-0.0.4 spec/spec_helper.rb
em-systemcommand-0.0.3 spec/spec_helper.rb
em-systemcommand-0.0.2 spec/spec_helper.rb
em-systemcommand-0.0.1 spec/spec_helper.rb