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

4 commits

Author SHA1 Message Date
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
77ceaf5090 Convert specs to RSpec 3.0.4 syntax with Transpec
This conversion is done by Transpec 3.0.7 with the following command:
    transpec

* 3 conversions
    from: == expected
      to: eq(expected)

* 3 conversions
    from: obj.should
      to: expect(obj).to

For more details: https://github.com/yujinakayama/transpec#supported-conversions
2014-12-29 12:00:33 -05:00
Marshall Shen
929ec31ced generalize test 2014-12-29 11:57:43 -05:00
Marshall Shen
a71586ad99 add open struct support 2014-12-29 11:57:43 -05:00