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