1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Bryan Hanks, PMP
7ce81f7bb9
Added mongoid 7 gemsets; ignore vendor/bundle (#395)
* Added mongoid 7 gemsets; ignore vendor/bundle

* Added specs for Mongoid 7x

* Added missing gemfiles

Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
2021-01-15 00:04:46 -06:00
Bryan Hanks, PMP
60a8498e28
Added rails 6.0 and 6.1 tests to travis (#396)
* Added rails 6.0 and 6.1 to travis

* Added rails 6 support files

* Added data for rais 6.x tests

* Rails 6 date helper includes float seconds

* Updated actionview test for rails 6.1

Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
2021-01-14 21:05:15 -06:00
James Cox
4205f5c46f Resolve specs, except rails 4.2, which is incompatible with the rest of this approach. should now produce a clean build. 2019-01-08 15:27:44 -05:00
Tatsuya Hoshino
6ef36323b9 Fix specs for Rails 5.1 or higher 2018-05-17 22:51:33 +09:00
Gerard Caulfield
cde91abe6b
Add tests for Rails 5 2016-05-13 22:16:34 +10:00
Gerard Caulfield
add36cf98a
Make ActiveRecord specs easier to read
Extracting out the huge object strings so they do not hide the
actual test logic. The string are not important to see up front
as they are mostly in place for spotting regrssions. Having them
in seperate files also makes it easier to spot the differences
between the output of different parts of the dependency matrix.
2016-05-13 07:42:08 +10:00
Nicolas Viennot
06a4649bb5 Update NoBrainer awesome prints 2015-01-20 10:22:26 -05:00
Mauro George
526f907629 Improves spec runner harness, switches to better env detection.
Does not run rails specs when running mongoid specs

WIP Start of remove BRE to check tests

Remove old helper of active record

Use RSpec skip to skip AR specs

Run ActionView only when needed

Run ActiveSupport only when needed

Run Mongoid only when needed

Create ExtVerifier.require_dependencies

Run MongoMapper only when needed

Always load nokogiri specs

Always load ostruct specs

Run Ripple only when needed

Remove :: when check for defined constants

Require spec_helper directly

Remove 1.8.6 old monkey patch

Add some RSpec configs
2015-01-02 13:20:18 -05:00
James Cox
e3a9a3d638 Adds further Appraisals for mongoid, mongo_mapper and ripple. Fixes mongoid specs and Ripple 2014-12-31 13:44:28 -05:00
Mauro George
e62397c2bb Fix broken specs
Fix specs on all gemfiles.
Removed some specs related to version before of ActiveRecord 3.2.
2014-12-31 13:04:42 -02:00