Sha256: 4885589e418fe1bfff59506b1802c2d3bbfc82552b20b206fbd236bd1e51e71d

Contents?: true

Size: 259 Bytes

Versions: 25

Compression:

Stored size: 259 Bytes

Contents

require "bundler/setup"
require "rb-inotify"

RSpec.configure do |config|
	# Enable flags like --only-failures and --next-failure
	config.example_status_persistence_file_path = ".rspec_status"

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

Version data entries

25 entries across 22 versions & 6 rubygems

Version Path
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/rb-inotify-0.9.10/spec/spec_helper.rb
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/rb-inotify-0.9.10/spec/spec_helper.rb
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/rb-inotify-0.9.10/spec/spec_helper.rb
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/rb-inotify-0.9.10/spec/spec_helper.rb
rb-inotify-0.9.10 spec/spec_helper.rb