Sha256: 3a90f88875f820873230071170da3c6fe708b64af6601c0c0884ab8da53da41b

Contents?: true

Size: 583 Bytes

Versions: 12

Compression:

Stored size: 583 Bytes

Contents

require 'coveralls'
Coveralls.wear!

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../dummy/config/environment", __FILE__)

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec/rails'
# require 'rspec/autorun'
require 'shoulda-matchers'
require 'capybara/rspec'
require 'bootstrap_leather'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootstrap_leather-0.4.9 spec/spec_helper.rb
bootstrap_leather-0.4.8 spec/spec_helper.rb
bootstrap_leather-0.4.7 spec/spec_helper.rb
bootstrap_leather-0.4.6 spec/spec_helper.rb
bootstrap_leather-0.4.5 spec/spec_helper.rb
bootstrap_leather-0.4.4 spec/spec_helper.rb
bootstrap_leather-0.4.3 spec/spec_helper.rb
bootstrap_leather-0.4.2 spec/spec_helper.rb
bootstrap_leather-0.4.1 spec/spec_helper.rb
bootstrap_leather-0.4.0 spec/spec_helper.rb
bootstrap_leather-0.3.1 spec/spec_helper.rb
bootstrap_leather-0.3.0 spec/spec_helper.rb