Commit Graph

6056 Commits (9ce16c5024bbdada2d2ff95044e507d6e5af9905)

Author SHA1 Message Date
jwollert 45dbaf526a pull in changes from numbered_headings plugin 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Hagen Schink 84c89c15e8 Corrected meeting agenda spec 12 years ago
Hagen Schink 8d55d9f230 Adapted variable name to core modifications 12 years ago
Christian Rijke ec35e53608 initiali version of spec_helper for rspec tests 12 years ago
Christian Rijke e27600e76f rename changes to changed_data 12 years ago
Philipp Tessenow 62b4fb8dc3 FactoryGirl executes the after(:build) even when the current strategy is :create 12 years ago
Philipp Tessenow 49cb9b7a2a forgot to rename p to project. sorry guys 12 years ago
Philipp Tessenow a778e2200e small readability refactoring of UserFactory 12 years ago
Christian Rijke be6b457f00 remove pluginspechelper module 12 years ago
Christian Rijke 62ce59cf83 include factories of host app 12 years ago
Christian Rijke 44dc60ebba preload meeting agenda and minutes to initialize journal classes for rspec tests and require factory_girl for rspec. 12 years ago
Christian Rijke e5e64d3bfd migrate rspec factory girl syntax 12 years ago
Christian Rijke 0f18ce3978 migrate rspec helpers. 12 years ago
Christian Rijke b3e1917db8 Update factory girl syntax. 12 years ago
Jens Ulferts 84e89f0b90 completely removes custom allowance evaluation (granular_for, inheritance) 12 years ago
Jens Ulferts 0156489c52 rephrases specs for clarity 12 years ago
Philipp Tessenow 993e4e5634 wiki_controller_specs now explicitly set :en locale (which they test against) 12 years ago
Philipp Tessenow afb19d0974 no more rspec warnings 12 years ago
Philipp Tessenow ad87d65d6c refactor custom_field_tests 12 years ago
Philipp Tessenow 3aff5dd25f user factory can add the user to a project on build _and_ create now 12 years ago
Philipp Tessenow d0a849c9d2 CustomField#possible_values now takes locale options as :locale => :de instead of just :de 12 years ago
Martin Linkhorst 88fda30a3b ran spec install generator 12 years ago
Martin Linkhorst 4f0c0d5a88 allow the user to actually be able to watch the issue when testing it 12 years ago
Martin Linkhorst 003e3c066b fix wiki menu authentication specs 12 years ago
Martin Linkhorst b2e5462c5e fix wiki controller specs 12 years ago
Martin Linkhorst 8a7ff54190 rewrite selector assertions again 12 years ago
Martin Linkhorst 4fd2bac132 in tests it's better to fail early and raise an exception when a record is invalid when it shouldn't 12 years ago
Martin Linkhorst 06061c9f30 rewrite selector assertions 12 years ago
Martin Linkhorst 4819bd35ea clear test data before testing 12 years ago
Martin Linkhorst 7a8be55193 fix custom fields controller specs 12 years ago
Martin Linkhorst 74581292f4 the custom field needs an explicit english translation which differs from the other fields' name. if not it will fallback to the german value and this test would fail for the wrong reason. 12 years ago
Martin Linkhorst 85b34be86c make this test less brittle 12 years ago
Martin Linkhorst c6116730fa for this test it doesn't matter what is watched. for some reason wiki_content isn't watchable. 12 years ago
Martin Linkhorst f91288c679 set the deleted user's class 12 years ago
Jens Ulferts 5bf2efc395 removes duplicate serializing causing errors on rails 2.3.17 12 years ago
Philipp Tessenow ad4893cf8b set correct status for anonymous user in user_factory 12 years ago
Philipp Tessenow d92d03efe4 added issue_relation factory 12 years ago
Philipp Tessenow df4db5c7a5 make admin, anonymous, and deleted_user a subclass of the user factory 12 years ago
Philipp Tessenow df4be748f3 add factories for TimeEntryActivities 12 years ago
Martin Linkhorst 19bb1f2352 add a missing factory for tokens 12 years ago
Martin Linkhorst 7ecb38fa9c let tests fail more early 12 years ago
Martin Linkhorst 07f4204d7e Revert "clear translations before testing" 12 years ago
Martin Linkhorst 3728f378f0 remove created custom fields before testing 12 years ago
Philipp Tessenow 0660af7630 do not crash when User.table_exists? is false and factories are loaded 12 years ago
Philipp Tessenow 91fa7675fd create issue at the right place in test_helper and dont create new anonymous users in the user_factory 12 years ago
Philipp Tessenow e3fa434f1f naming the ignored variable in user_factory 'project' and 'role' produced a major performance loss. fixed that 12 years ago
Philipp Tessenow 28c4caca2a do not create a role in user factory if not nesseccary 12 years ago
Philipp Tessenow a798eaec7c user factory can now assign multiple projects to the to-be-generated user 12 years ago
Philipp Tessenow 391b71da0a allow user factory to assign a project to a user 12 years ago