Commit Graph

52 Commits (7a8be55193d668293fce38c0dae1cfb3f23cf2d4)

Author SHA1 Message Date
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
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
Philipp Tessenow 7b510e8196 give repository_factory a hopefully helpful comment 12 years ago
Philipp Tessenow 1eab937657 message factory generates correct content/subject sequences 12 years ago
Philipp Tessenow 83fd0e906f AttachmentFactory creates an author now 12 years ago
Philipp Tessenow 4d91d48ffc when using (User|Issue)CustomField factory, actually create a custom field for (user|issue) 12 years ago
Philipp Tessenow 38289e1b5a use sane default value for custom_field factory 12 years ago
Philipp Tessenow ba7001927d created CustomValue factory 12 years ago
Martin Linkhorst ffe37745c9 fix issue_category tests and migrate to factories 12 years ago
Philipp Tessenow 8d9adc0edc rename issue_priority_factory to enumerations_factory; added a default_enumeration-factory 12 years ago
Martin Linkhorst 77ad0464d9 name file containing custom_field's factory custom_field_factory.rb 12 years ago
Philipp Tessenow 3d749367c9 issue factory needs a project with trackers 12 years ago
Philipp Tessenow d41dcd02e6 now every issue created by FactoryGirl is valid. The valid_issue generator was removed 12 years ago
Philipp Tessenow 575bdae9f6 created user preference factory 12 years ago
Philipp Tessenow 6bd9cf0f17 add comment factory 12 years ago
Martin Linkhorst 7d01995634 just require 'spec_helper' 12 years ago
Martin Linkhorst 24cb139578 fixed and converted wiki#new view specs 12 years ago
Martin Linkhorst b3759d7dba moved and converted routing specs of users controller 12 years ago
Martin Linkhorst 8a65791104 moved and converted routing specs of wiki controller 12 years ago
Martin Linkhorst dbc84a41b1 clear translations before testing 12 years ago
Martin Linkhorst 2e8ae37dd2 the hash containing the acts_as_journalized changes got renamed to #changed_data 12 years ago
Martin Linkhorst 2983ad864c typo fix in spec 12 years ago
Martin Linkhorst 53f321d93b fix a failing spec for deleted users 12 years ago
Martin Linkhorst 55b967c4b7 * refactored themes. themes are now subclasses of Redmine::Themes::Theme and will be registered automatically when subclassed. 12 years ago
Philipp Tessenow 1a1bd1e8e9 repair some of our factories 12 years ago
Martin Linkhorst 9c5ff0810a add identical_ext to rspecs support folder as of rev b352ad9 on github remote 12 years ago
Martin Linkhorst 8bcd0cc619 migrate specs from core_tests as of revision 2f2aff7 on github remote 12 years ago
Martin Linkhorst 74adf8c32f migrate factories from dev_tools as of revision b352ad9 on github remote 12 years ago
Martin Linkhorst c6b12f3b12 move redmine specs to the right folder spec/lib 12 years ago
Martin Linkhorst 30ac4b8e28 wrote new specs for themes 12 years ago
Martin Linkhorst c50edb6f99 optimize the spec helper for spork 12 years ago
Martin Linkhorst 27d7b0d58e add a sample model spec to see how fast it is ;) 12 years ago
Martin Linkhorst d580d6054b added spork to the mix 12 years ago