Commit Graph

6823 Commits (19bb1f23527751249c287def225a6599b797e31d)
 

Author SHA1 Message Date
Philipp Tessenow 575bdae9f6 created user preference factory 12 years ago
Philipp Tessenow fb8150325c fix comment test 12 years ago
Philipp Tessenow 6bd9cf0f17 add comment factory 12 years ago
Philipp Tessenow 35f8e7d476 fix Redmine:SafeAttributes and their tests 12 years ago
Philipp Tessenow f1387c4275 use rails 3.2.11 prerelease as it has mocha 13+ support 12 years ago
Philipp Tessenow 5a5fe267e0 remove globalize3 path as it is already included in a current globalize3 (this solves a StackLevelTooDeep Exceptions) 12 years ago
Philipp Tessenow 19606d112b use rails 3.2.10 and 'bundle update' the rest 12 years ago
Philipp Tessenow 86854dce7b use rails 3-2-stable branch for now to get rid of a mocha bug 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 e3936457c3 this globalize3 patch allows :scope in #validates_uniqueness_of :some_translated_attribute 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 b6af2e29e3 fix a syntax error in the css. this needs to be finxed in finnlabs/finnlabs-themes heme-generator as well 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
Martin Linkhorst c5280b970f in order to give plugins consistent entry points 12 years ago
Martin Linkhorst 9afb247beb deprecation: require 'mocha/setup' instead of just 'mocha' 12 years ago
Martin Linkhorst d47525f564 update mocha to newer version 12 years ago
Martin Linkhorst 090f93f9e6 remove unnecessary scm files (no submodules, no mercurial) 12 years ago
Philipp Tessenow fe73816b71 group_test partially use FactoryGirl now. No more failing group specs because of broken fixtures. 12 years ago
Philipp Tessenow 29ad4df408 did a 'bundle update' 12 years ago
Philipp Tessenow 1e5d56690f make watcher-test(test_watcher_user_ids_should_make_ids_uniq) use factories. fix validation issue through saving the issue first and then adding a watcher 12 years ago
Philipp Tessenow 184d761399 make watcher-test(test_watcher_users_should_not_validate_user) use factories. fix validation issue through saving the issue first and then adding a watcher 12 years ago
Philipp Tessenow 1a1bd1e8e9 repair some of our factories 12 years ago
Philipp Tessenow 60acb17098 do not require (currently) private gems 12 years ago
Philipp Tessenow 578590693c revert performance optimization for Rails2 12 years ago
Philipp Tessenow aa03faa159 Merge remote-tracking branch 'openproject/master' into feature/rails3 12 years ago
Philipp Tessenow d2888e3612 Merge branch 'master' into feature/rails3 12 years ago
Philipp Tessenow 9e389a1c0f Merge branch 'feature/rails3' of github.com:finnlabs/chiliproject into feature/rails3 12 years ago
Martin Linkhorst 7cc4a46baf Merge remote-tracking branch 'origin/feature/rails3' into feature/rails3 12 years ago
Martin Czuchra a8530183a8 Merge remote-tracking branch 'openproject/master' into master 12 years ago
Martin Linkhorst 784f9246cf let's use pry! 12 years ago
Martin Linkhorst 82cf022528 .suclasses already returns constants 12 years ago
Martin Linkhorst 3244800882 REVIEW: in order to use object daddy helpers we need to include them 12 years ago
Martin Linkhorst 8ed05d4f78 move support libraries to /lib 12 years ago
Martin Linkhorst 02e58ee814 put possible values for available settings into a lambda block because available_settings class variable can change at runtime (was different before) 12 years ago
Martin Linkhorst 106ed83b1c add features from coretests plugin as of revision 2f2aff7 of github remote 12 years ago
Martin Linkhorst 52837e9a46 this enabled Factory.add_to functions and also loads factories from plugins. the former should be added when needed and maybe rewritten. the latter is done by engines. 12 years ago
Martin Linkhorst af5109372c add step definitions from coretests plugin as of revision 2f2aff7 on github remote (merge group steps into existing step definitions for groups) 12 years ago
Martin Linkhorst 12e5e31c34 add some support files from chiliproject_cucumber as of revision 648a300 on github remote 12 years ago
Martin Linkhorst 12017dc2d2 add step_definitions from chiliproject_cucumber as of revision 648a300 on github remote 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
Philipp Tessenow bb5388cd10 we dont have private issues (yet?) 12 years ago
Jean-Philippe Lang 4e1d6925c4 Override watcher_user_ids= to make ids uniq (#10538). 12 years ago