gitlab-org--gitlab-foss/spec
Yorick Peterse 641761f1d6 Only instrument methods defined directly
When using instrument_methods/instrument_instance_methods we only want
to instrument methods defined directly in a class, not those included
via mixins (e.g. whatever RSpec throws in during development).

In case an externally included method _has_ to be instrumented we can
still use the regular instrument_method/instrument_instance_method
methods.
2015-12-17 17:25:48 +01:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Merge branch 'serve_lfs_object' into 'master' 2015-12-08 14:19:52 +00:00
factories Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
features Fix updating and disabling merge button when Merge Immediately is clicked 2015-12-16 19:27:46 +01:00
finders Port GitLab EE ProjectsFinder changes 2015-11-20 15:53:04 +01:00
fixtures Use URL helpers in specs 2015-12-03 14:00:09 +01:00
helpers Merge remote-tracking branch 'origin/rs-simplify-status-icon' 2015-12-16 19:19:07 +01:00
javascripts Rename .issuable-details to .detail-page (and -header and -description) 2015-12-16 16:13:22 +01:00
lib Only instrument methods defined directly 2015-12-17 17:25:48 +01:00
mailers Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
models Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitlab-ce 2015-12-16 16:08:35 +01:00
requests Api support for requesting starred projects for user 2015-12-16 21:46:00 +01:00
routing
services Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
support Merge remote-tracking branch 'origin/feature/update-rubocop' 2015-12-16 13:44:50 +01:00
tasks/gitlab Add lfs to backup specs. 2015-11-19 10:43:45 +01:00
views/help
workers Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories_spec.rb
rails_helper.rb
spec_helper.rb fix notification_service specs 2015-11-30 11:21:10 +02:00
teaspoon_env.rb