Sha256: b723b162b025636f08e1bc05ecd292f1bae358abab934771948a870e54a54db2

Contents?: true

Size: 612 Bytes

Versions: 16

Compression:

Stored size: 612 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift File.expand_path(File.join(File.dirname(__FILE__), '..')).untaint

ENV['RACK_ENV'] = "test"

require 'tdiary/environment'

if ENV['COVERAGE'] = 'simplecov'
	require 'simplecov'
	require 'coveralls'

	SimpleCov.formatter = Coveralls::SimpleCov::Formatter
	SimpleCov.start do
		add_filter '/spec/'
		add_filter '/test/'
		add_filter '/vendor/'
	end
end

require 'tdiary'

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

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End:
# vim: ts=3

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tdiary-4.0.1.20131102 spec/spec_helper.rb
tdiary-4.0.1.20130929 spec/spec_helper.rb
tdiary-4.0.1.20130903 spec/spec_helper.rb
tdiary-4.0.1 spec/spec_helper.rb
tdiary-4.0.0.20130826 spec/spec_helper.rb
tdiary-4.0.0 spec/spec_helper.rb
tdiary-3.2.2.20130727 spec/spec_helper.rb
tdiary-3.2.2.20130722 spec/spec_helper.rb
tdiary-3.2.2.20130720 spec/spec_helper.rb
tdiary-3.2.2.20130617 spec/spec_helper.rb
tdiary-3.2.2.20130614 spec/spec_helper.rb
tdiary-3.2.2.20130604 spec/spec_helper.rb
tdiary-3.2.2.20130527 spec/spec_helper.rb
tdiary-3.2.2.20130518 spec/spec_helper.rb
tdiary-3.2.2.20130508 spec/spec_helper.rb
tdiary-3.2.2.20130507 spec/spec_helper.rb