Various cleanups and update to rspec 2 and added ability to specify location of database yml file.#1
Open
kristianmandrup wants to merge 14 commits intorailsware:masterfrom
Open
Various cleanups and update to rspec 2 and added ability to specify location of database yml file.#1kristianmandrup wants to merge 14 commits intorailsware:masterfrom
kristianmandrup wants to merge 14 commits intorailsware:masterfrom
Conversation
… a core extension anymore by DataMapper as of 1.1.
Remove #compress_lines call in DataMapper adapter.
Performance improvement for TRUNCATE on Postgres
The validation message from Rubygems was: ["lib/database_cleaner/active_record/#transaction.rb#"] are not files
Fixed error in gemspec
…etion Fixed regression in AR deletion strategy
… manage inclusion and exclusion strategies - added :include option for tables to always include
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Various cleanups and update to rspec 2 and added ability to specify location of database yml file.
Also see the Collaborators changelog which I added ;)
The new spec is for active_record:
$ rspec spec/database_cleaner/active_record/custom_db_config_file_location_spec.rb
ActiveRecord::ExampleStrategy
should allow changing DatabaseCleaner::ActiveRecord.config_file_location
Finished in 0.00051 seconds
1 example, 0 failures
You should try a clean $ bundle install
Cheers!