gitlab-org--gitlab-foss/spec
Yorick Peterse 7b6785b3b1
Use Module#prepend for method instrumentation
By using Module#prepend we can define a Module containing all proxy
methods. This removes the need for setting up crazy method alias chains
and in turn prevents us from having to deal with all that madness (e.g.
methods calling each other recursively).

Fixes gitlab-org/gitlab-ce#15281
2016-04-18 11:16:31 +02:00
..
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Merge branch 'assign-to-issuable-opener' into 'master' 2016-04-15 15:43:26 +00:00
factories Merge branch 'connorshea/gitlab-ce-revoke-authorized-application' into 'master' 2016-04-14 15:26:09 +00:00
features Add acceptance test to check if the user password persists after form redisplays. 2016-04-18 12:19:11 +05:30
finders Fix specs 2016-03-22 00:23:58 +01:00
fixtures Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
helpers Merge branch 'decouple-member-notification' into 'master' 2016-04-12 16:39:40 +00:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Placeholder on milestone form 2016-04-14 10:28:05 +01:00
lib Use Module#prepend for method instrumentation 2016-04-18 11:16:31 +02:00
mailers More create_list 2016-04-14 17:05:41 +02:00
models Merge branch 'master' into number_sign_for_external_issue_ref 2016-04-17 18:17:27 +02:00
requests Allow back dating notes on creation 2016-04-13 12:04:09 -05:00
routing Remove `Profile::KeysController#new` action 2016-03-03 16:13:59 -05:00
services Delete tags via rugged 2016-04-15 16:05:04 +02:00
support Merge branch 'patch/fix-markdown-preview-wikis' into 'master' 2016-04-07 00:17:21 +00:00
tasks/gitlab Ensure uploads dir exists when running backup specs 2016-03-30 15:40:49 +02:00
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsck 2016-04-13 17:38:59 +02:00
factories_spec.rb Add support for not Active Record based factories 2016-03-30 10:44:18 +02:00
rails_helper.rb
spec_helper.rb Move CarrierWave test env config to separate file 2016-03-30 13:57:01 +02:00
teaspoon_env.rb