Sha256: 8019fcbe6048f0d01761ff2413d3be53e141c2db95a07dbf42ff31a5fc8e34be

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'sunspot/rails/tester'

Gem::Specification.new do |s|
  s.name        = 'sunspot-rails-tester'
  s.version     = Sunspot::Rails::Tester::VERSION
  s.platform    = Gem::Platform::RUBY
  s.author      = 'Justin Ko'
  s.email       = 'jko170@gmail.com'
  s.homepage    = 'https://github.com/justinko/sunspot-rails-tester'
  s.summary     = 'Stub sunspot when you want, and enable it when you want'
  s.description = 'Enable sunspot during testing for *real* integration tests'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_path  = 'lib'
  
  s.add_dependency 'sunspot_rails', '~> 1.2.1'
  
  s.add_development_dependency 'rspec', '~> 2.5'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sunspot-rails-tester-0.0.3 sunspot-rails-tester.gemspec
sunspot-rails-tester-0.0.2 sunspot-rails-tester.gemspec
sunspot-rails-tester-0.0.1 sunspot-rails-tester.gemspec