aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
AgeCommit message (Expand)Author
2018-04-09Refs #6367; Add metadata to other versioned modelsZog
2018-01-25Refs #5586 @4h; First `action_links` refactorZog
2017-12-13spec_helper: Exclude 'truncation' tests from normal runnerTeddy Wing
2017-12-06spec_helper.rb: Enable `truncation` test; Disable `wip` testsTeddy Wing
2017-12-05Merge remote-tracking branch 'origin/master' into 5024-prevent-duplicate-refe...Teddy Wing
2017-12-05spec_helper.rb: Use new Ruby hash syntaxTeddy Wing
2017-11-29spec/support/referential: Rename `:js` filter to `:truncation`Teddy Wing
2017-11-28Add has_paper_trail on modelsXinhui
2017-09-13Change SimpleCov configuration to exclude some dummy directories. Refs #4474Alban Peignier
2017-05-16allow disabling RCOV for faster local tests: NO_RCOV=1 bundle exec rake specRobert
2017-05-03Jenkins Simplecov/rcov code enabled againRobert
2017-05-03filter vendor in SimplecovRobert
2017-05-02Refs #3178; Simplecov bogus config (almost) fixedRobert
2017-05-02 Refs #3053Robert
2017-04-18clone_schema fixed -> lib/sql/clone_schema.sql; lib/af83/stored_procedures.rb...RobertDober
2017-04-11Update to rails 4.2.7Xinhui
2016-09-27Rspec model LineReferentialSyncXinhui
2016-08-05Rspec task organisations:syncXinhui
2016-07-11Refs #1291: adding simplecov for jenkinsjpl
2015-06-16Gemfile : add simplecov to development groupanicet
2015-03-18Initialize migration to new api versionLuc Donnet
2015-02-20Update config in a true Rails 4 wayLuc Donnet
2015-02-13Fix spec with databasecleaner and apartmentLuc Donnet
2015-02-09Initialize first javascript rspec testsLuc Donnet
2015-01-15Fix tests and merge masterLuc Donnet
2015-01-05Initialize rails 4 migrationLuc Donnet
2013-11-26Update ninoxe versionLuc Donnet
2012-10-15correct :confirm obsolecenceMichel Etienne
2012-06-27Use when possible a first referential created before the spec transactionAlban Peignier
2012-04-25remove useless facotries and use chouette-ninoxe one'sMarc Florisson
2012-04-19Load explicitely FactoryGirl if needed. Ignore errors when dropping Apartment...Alban Peignier
2012-04-17Fixes all specs. Refs #6Alban Peignier
2012-04-13Require database_cleaner in spec_helper. Refs #6Alban Peignier
2012-03-11Add validations. Fixes specsAlban Peignier
2012-03-01Refactor lines index viewLuc Donnet
2012-02-20Add requests spec, Fix viewLuc Donnet
2012-02-15Add line to the modelLuc Donnet
2012-02-13Add referential model and gem apartmentLuc Donnet