Sha256: 483c8aff62d6eb150b7fc5bbdf1c17683f4a065c183bc5a112bc3fdcdc5608d8

Contents?: true

Size: 544 Bytes

Versions: 21

Compression:

Stored size: 544 Bytes

Contents

require 'simplecov'
SimpleCov.start

ENV["RAILS_ENV"] = "development"

require 'bundler/setup'

require 'rspec'
require 'mocha/api'
require 'bourne'

# Load Rails, which loads our swaggard
require File.expand_path('../fixtures/dummy/config/application.rb', __FILE__)

# require File.expand_path('../../lib/swaggard', __FILE__)

# Dir["./spec/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.mock_with :mocha

  config.order = 'random'
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
swaggard-1.5.1 spec/spec_helper.rb
swaggard-1.5.0 spec/spec_helper.rb
swaggard-1.4.0 spec/spec_helper.rb
swaggard-1.3.0 spec/spec_helper.rb
swaggard-1.2.0 spec/spec_helper.rb
swaggard-1.1.1 spec/spec_helper.rb
swaggard-1.1.0 spec/spec_helper.rb
swaggard-1.0.2 spec/spec_helper.rb
swaggard-1.0.1 spec/spec_helper.rb
swaggard-1.0.0 spec/spec_helper.rb
swaggard-0.5.4 spec/spec_helper.rb
swaggard-0.5.3 spec/spec_helper.rb
swaggard-0.5.2 spec/spec_helper.rb
swaggard-0.5.1 spec/spec_helper.rb
swaggard-0.5.0 spec/spec_helper.rb
swaggard-0.4.0 spec/spec_helper.rb
swaggard-0.3.0 spec/spec_helper.rb
swaggard-0.2.1 spec/spec_helper.rb
swaggard-0.2.0 spec/spec_helper.rb
swaggard-0.1.1 spec/spec_helper.rb