Sha256: f361edb6e2469b2207a9ca979ee63aa98474e60a751299463ec81b443e3ef833

Contents?: true

Size: 949 Bytes

Versions: 28

Compression:

Stored size: 949 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"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'ical_importer'
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

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

def sample_ics(file_name=nil)
  File.open sample_ics_path(file_name)
end

def sample_ics_path(file_name=nil)
  File.join(File.dirname(__FILE__), 'support', "#{file_name || 'test'}.ics")
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
ical_importer-0.5.1 spec/spec_helper.rb
ical_importer-0.5.0 spec/spec_helper.rb
ical_importer-0.4.0 spec/spec_helper.rb
ical_importer-0.3.0 spec/spec_helper.rb
ical_importer-0.2.0 spec/spec_helper.rb
ical_importer-0.1.3 spec/spec_helper.rb
ical_importer-0.1.2 spec/spec_helper.rb
ical_importer-0.1.1 spec/spec_helper.rb
ical_importer-0.1.0 spec/spec_helper.rb
ical_importer-0.0.19 spec/spec_helper.rb
ical_importer-0.0.18 spec/spec_helper.rb
ical_importer-0.0.17 spec/spec_helper.rb
ical_importer-0.0.16 spec/spec_helper.rb
ical_importer-0.0.15 spec/spec_helper.rb
ical_importer-0.0.14 spec/spec_helper.rb
ical_importer-0.0.13 spec/spec_helper.rb
ical_importer-0.0.12 spec/spec_helper.rb
ical_importer-0.0.11 spec/spec_helper.rb
ical_importer-0.0.10 spec/spec_helper.rb
ical_importer-0.0.9 spec/spec_helper.rb