Commit Graph

23 Commits

Author SHA1 Message Date
Micah Geisel 44715f76d5 require library after we load coverage tools so that it is actually covered. 2020-04-24 12:10:42 -07:00
Ernesto Tagwerker 5d11ee6f06 Add require for code coverage libraries
Make sure we load `simplecov` and `codecov` when we find the right environment variables are present
2020-04-06 23:01:35 -05:00
Micah Geisel 73afd350d5 remove extra line endings. 2020-02-14 14:19:38 -06:00
Micah Geisel 77dece1e14 fix gem loading situation. 2020-02-14 14:19:38 -06:00
Micah Geisel a750956708 add byebug for debugging. 2020-02-14 14:19:38 -06:00
Micah Geisel 79f8b8e6e9 disable RSpec monkeypatching. 2018-04-30 19:44:09 -07:00
Micah Geisel 4205280099 rspec's new `expect {}` syntax replaces this nicely. 2018-04-26 11:04:01 -07:00
Micah Geisel f7f8ef2cd3 simplify spec loading. 2018-04-26 11:02:29 -07:00
Micah Geisel 2fff7ab3f4 update to rspec 3 syntax. 2018-04-26 10:57:18 -07:00
Micah Geisel ae234c4e1a prevent specs from leaking global state modifications. 2018-04-26 10:01:57 -07:00
Micah Geisel 467ab08e35 upgrade to rspec 3. 2018-04-26 09:29:13 -07:00
stanislaw ee08c30de7 upgrade to RSpec2 2012-07-08 21:38:56 -06:00
Ben Mabey 8b94d1928d kills whitespace 2010-08-23 14:50:32 -06:00
Jon Rowe 0ea001008a move datamapper stuff back to its rightful place, fiddle with the gemfile slightly 2010-05-31 14:57:52 +01:00
Ben Mabey ed47f08c6a adds bundler support
Conflicts:

	.gitignore
	spec/spec_helper.rb
2010-05-30 21:18:57 -06:00
Ben Mabey bf55f75431 removes whitespace 2010-05-30 21:12:58 -06:00
Jon Rowe 201343af63 spec updates 2010-05-16 21:45:46 +01:00
Jon Rowe 06c497cec0 more specs, adaptors 2010-04-07 22:35:46 +01:00
Jon Rowe 7351497d4d Transactional support for multiple connections within activerecord 2010-03-29 14:34:44 +01:00
Ben Mabey 7671242b31 avoids AR deprecation warnings in specs 2010-03-21 11:16:14 -06:00
Ben Mabey a96c0d5f93 truncation AR strategy now takes :only and :except so you can manage the tables you want to truncate 2009-03-04 21:31:12 -07:00
Ben Mabey 13a59fc3af initial work done. Have failing example feauture and main config module done. 2009-03-01 01:45:58 -07:00
Ben Mabey 00299245c8 Initial commit to database_cleaner. 2009-02-26 21:42:20 -07:00