aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Don't require 'active_support/all' in an individual test case!!!Akira Matsuda2019-08-011-0/+1
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Remove private defSakshi Jain2018-09-231-8/+10
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove `ActiveModel::TestCase` from libyuuji.yaginuma2017-02-071-1/+1
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* applies new string literal convention in activemodel/testXavier Noria2016-08-061-6/+6
* Remove unused require and unused model stubJon Moss2016-05-311-1/+0
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* Removed unused config filePrakash Laxkar2015-09-031-1/+0
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-2/+0
* Use private method call assertions in Active Model tests.Kasper Timm Hansen2015-07-101-0/+5
* Remove use of mocha from Active ModelRoque Pinel2015-05-281-1/+1
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* Add the platform-specific skip helpers to ActiveModelRobin Dupret2015-03-021-0/+9
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* Disable locale checks to avoid warnings in Active Model tests [ci skip]Carlos Antonio da Silva2013-12-231-0/+3
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* No more need rubygems here.Arun Agrawal2011-05-221-1/+0
* do not require ruby-debug automatically. please require it if you have decla...Aaron Patterson2010-11-191-6/+0
* Add missing ActiveModel::Validations requireGreg Campbell2010-08-121-1/+0
* should be able to run ActiveModel validations_test [#4933 state:resolved]Neeraj Singh2010-06-221-0/+1
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-0/+1
* ensure activemodel lib is setup correctlyJoshua Peek2010-02-281-0/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-6/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+6
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-7/+1
* Autoload AMo test caseJoshua Peek2010-01-041-1/+0
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-4/+2
* Reorganize autoloads:Carlhuda2009-12-021-0/+1
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-7/+6
* Bundle AMoYehuda Katz2009-10-151-2/+7
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-2/+0
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-16/+1
* Add test sqlite3 db to .gitignorePratik Naik2009-03-201-4/+1
* Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-0/+38