Commit Graph

16 Commits

Author SHA1 Message Date
Jared Beck d030ba2b02 Remove ruby 1.8 hacks
PaperTrail no longer supports ruby 1.8.
2015-12-13 01:14:59 -05:00
Jared Beck cbce4d361f Run rubocop linter before test suite
Most of the "cops" are wholly or partially disabled at this point.
As offenses are fixed, cops will move from `.rubocop_todo.yml` to
`.rubocop.yml`.

See
https://github.com/bbatsov/rubocop#automatically-generated-configuration
for details.
2015-11-27 21:25:41 -05:00
Ben Atkins a453811226 Update rake task description to be more accurate [ci skip] 2015-02-17 15:36:04 -05:00
Ben Atkins 1b1e74dab5 Basic version comparisons for RUBY_VERSION can be done using Strings
As opposed to unnecessarily casting the RUBY_VERSION to a Float
2015-01-14 14:09:30 -05:00
Ben Atkins 618768853a Add warning messages to test helpers for the 'prepare' rake task to avoid confusion [ci skip] 2014-03-20 16:17:11 -04:00
Russell Osborne 0e80cd8779 Adding Full Support to Test Against Multiple DB engines.
Accomplished by swapping out database.yml files for the dummy rails instance with en engine specific one.
2014-03-16 11:07:17 -04:00
Ben Atkins 4b70fde8d3 Condensing Rakefile [ci skip] 2013-08-31 15:34:24 -04:00
Ben Atkins 2d1ee54297 Fixing the test for the :on option receiving a symbol as an argument. Also fixing the rake task to run both test suites so that it will exit out to the console with a 1 when either suite fails 2013-08-30 15:14:16 -04:00
Ben Atkins e3a039b3db Improving the structure and syntax of the RSpec helper, modifying it to work with rspec in addition to rspec-rails 2013-08-27 15:12:33 -04:00
Andy Stewart 36a4b9b323 Convert to Rails 3 idioms. 2011-02-08 17:16:35 +00:00
Andy Stewart bd1877cab0 Use Bundler to manage dependencies. 2010-10-15 12:53:33 +01:00
Andy Stewart 6f58a59523 Ditch Jeweler: more trouble than it's worth. 2010-10-12 13:15:56 +01:00
Andy Stewart d5e8cde098 Use Gemcutter. 2009-11-23 17:00:07 +00:00
Andy Stewart 6451a518c3 Added RDoc and Rcov tasks. 2009-05-27 18:06:30 +01:00
Andy Stewart b56c346255 Moving Jeweler tasks to main Rakefile. 2009-05-27 16:41:40 +01:00
Andy Stewart e9a8648c22 First commit. 2009-05-27 16:21:20 +01:00