Sha256: aa6ccfb4cc77c1c6236ddac8dcf55c337cc01de931d76352787d4e2f780e6dad

Contents?: true

Size: 415 Bytes

Versions: 28

Compression:

Stored size: 415 Bytes

Contents

$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'rubygems'
require 'bundler'

if ENV['COV']
  require 'simplecov'
  SimpleCov.profiles.define :app do
    add_filter '/vendor/'
    add_filter '/spec/'
  end
  SimpleCov.start :app
else
  require 'coveralls'
  Coveralls.wear!
end

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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
shellplay-0.1.9 spec/spec_helper.rb
shellplay-0.1.8 spec/spec_helper.rb
shell2html-0.0.6 spec/spec_helper.rb
shellplay-0.1.7 spec/spec_helper.rb
shellplay-0.1.6 spec/spec_helper.rb
shell2html-0.0.5 spec/spec_helper.rb
shellplay-0.1.5 spec/spec_helper.rb
shellplay-0.1.4 spec/spec_helper.rb
shell2html-0.0.4 spec/spec_helper.rb
shell2html-0.0.3 spec/spec_helper.rb
shellplay-0.1.3 spec/spec_helper.rb
shell2html-0.0.2 spec/spec_helper.rb
shellplay-0.1.2 spec/spec_helper.rb
shellplay-0.1.1 spec/spec_helper.rb
shellplay-0.1.0 spec/spec_helper.rb
shell2html-0.0.1 spec/spec_helper.rb
shellplay-0.0.13 spec/spec_helper.rb
shellplay-0.0.12 spec/spec_helper.rb
shellplay-0.0.11 spec/spec_helper.rb
shellplay-0.0.10 spec/spec_helper.rb