aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/lines_spec.rb
AgeCommit message (Collapse)Author
2018-03-14Refs #6146; Add specsZog
2018-03-12Refs #5146 Line state updatecedricnjanga
2018-01-03Merge branch 'master' into ↵Luc Donnet
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
2017-12-28Associate current organisation with tested LineReferential in features ↵5102-begin_of_association_chainAlban Peignier
specs. Refs #5102
2017-12-05lines_spec.rb: Use new Ruby hash syntaxTeddy Wing
Refs #5024
2017-11-29spec/support/referential: Rename `:js` filter to `:truncation`Teddy Wing
This `before` hook allows tests to use the "truncation" database cleanup strategy. It doesn't do anything explicitly JavaScript-related. Rather, it was named JS because it was intended to be used for feature tests with JavaScript. However, now that I need to use it for a couple tests in `spec/models/referential_spec.rb`, the `:js` name doesn't make sense. Rename the filter to something that says what it does, not how it should be used. Refs #5024
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-05-29Refs: #3385; basic policy for boiv:*Robert
2017-04-11Refs #3047: Associate RoutingConstraintZone with StopPointsVlatka Pavisic
2017-03-17Refs #2859: fix wording issuesjpl
2017-03-02Refs #2704: updating filter/search bars, beginning with workbenches#showjpl
2016-12-27Refs #2260 : LinePolicy changesvlatka pavisic
2016-12-05Refs #2133 : Fix typovlatka pavisic
2016-12-02Refs #2133 : Feature specs for referential companies, lines... and searchvlatka pavisic
2016-11-29Refs #2019: updating lines with table builderjpl
2016-11-20Map is removed in lines#showAlban Peignier
2016-10-10Line policyXinhui
Refs #1780
2016-07-28fix testsEdouard Maffert
2016-05-13Refactor models and controllers to manage Lines in LineReferential. Refs #825Alban Peignier
2015-02-17Upgrading FactoryGirl to V4.5.0Zakaria BOUZIANE
2015-02-09Initialize first javascript rspec testsLuc Donnet
2015-01-15Fix tests and merge masterLuc Donnet
2015-01-05Initialize rails 4 migrationLuc Donnet