mirror of
				https://github.com/thoughtbot/shoulda-matchers.git
				synced 2022-11-09 12:01:38 -05:00 
			
		
		
		
	When running tests, you can now switch between running them against a SQLite or PostgreSQL database. This is accomplished by modifying the unit and acceptance tests so that when they generate and load the test Rails application, database.yml is replaced with content that will configure the database appropriately.
		
			
				
	
	
		
			37 lines
		
	
	
	
		
			996 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			996 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# This file was generated by Appraisal
 | 
						|
 | 
						|
source "https://rubygems.org"
 | 
						|
 | 
						|
gem "appraisal", "~> 1.0"
 | 
						|
gem "bundler", "~> 1.1"
 | 
						|
gem "pry-nav"
 | 
						|
gem "rake", "~> 10.0"
 | 
						|
gem "rspec-core", ">= 3.2.0", "< 4"
 | 
						|
gem "rspec-expectations", ">= 3.2.0", "< 4"
 | 
						|
gem "yard"
 | 
						|
gem "redcarpet"
 | 
						|
gem "pygments.rb"
 | 
						|
gem "watchr"
 | 
						|
gem "rspec-rails", ">= 3.2.0", "< 4"
 | 
						|
gem "shoulda-context", "~> 1.2.0"
 | 
						|
gem "sqlite3", :platform => :ruby
 | 
						|
gem "pg", :platform => :ruby
 | 
						|
gem "activerecord-jdbc-adapter", :platform => :jruby
 | 
						|
gem "activerecord-jdbcsqlite3-adapter", :platform => :jruby
 | 
						|
gem "jdbc-sqlite3", :platform => :jruby
 | 
						|
gem "jruby-openssl", :platform => :jruby
 | 
						|
gem "therubyrhino", :platform => :jruby
 | 
						|
gem "spring"
 | 
						|
gem "spring-commands-rspec"
 | 
						|
gem "uglifier", ">= 1.3.0"
 | 
						|
gem "coffee-rails", "~> 4.0.0"
 | 
						|
gem "jquery-rails"
 | 
						|
gem "turbolinks"
 | 
						|
gem "sdoc"
 | 
						|
gem "activeresource", "4.0.0"
 | 
						|
gem "protected_attributes"
 | 
						|
gem "minitest-reporters"
 | 
						|
gem "rails", "4.0.0"
 | 
						|
gem "jbuilder", "~> 1.2"
 | 
						|
gem "sass-rails", "~> 4.0.0"
 | 
						|
gem "bcrypt-ruby", "~> 3.0.0"
 |