Sha256: 3ff91c4a3445a76ce0e325fe7c8adbefbded93ed9759b7276db528d16811d0be

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

ROOT = File.dirname(__FILE__)
$: << File.expand_path('../lib', ROOT)

require 'capybara/json'
Dir[File.expand_path("support/**/*.rb", ROOT)].each {|f| require f }

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capybara-json-0.1.2 spec/spec_helper.rb
capybara-json-0.1.1 spec/spec_helper.rb
capybara-json-0.1.0 spec/spec_helper.rb
capybara-json-0.0.3 spec/spec_helper.rb
capybara-json-0.0.2 spec/spec_helper.rb
capybara-json-0.0.1 spec/spec_helper.rb