gitlab-org--gitlab-foss/spec
Yorick Peterse 22506ddc50 Added benchmark_subject method for benchmarks
This class method can be used in "describe" blocks to specify the
subject of a benchmark. This lets you write:

    benchmark_subject { Foo }

instead of:

    benchmark_subject { -> { Foo } }
2015-10-05 10:51:24 +02:00
..
benchmarks/models Added benchmark_subject method for benchmarks 2015-10-05 10:51:24 +02:00
controllers
factories
features
finders
fixtures
helpers Merge pull request #9684 from NKMR6194/master 2015-10-01 14:10:34 -07:00
javascripts
lib
mailers Merge branch 'stanhu/gitlab-ce-fix-message-id-notify' 2015-10-01 16:28:10 +02:00
models Fix tests 2015-10-02 11:02:05 +02:00
requests
routing
services Fix tests 2015-10-02 11:02:05 +02:00
support Added benchmark_subject method for benchmarks 2015-10-05 10:51:24 +02:00
tasks/gitlab
views/help
workers
factories.rb
factories_spec.rb
rails_helper.rb
spec_helper.rb Basic setup for an RSpec based benchmark suite 2015-10-02 17:00:23 +02:00
teaspoon_env.rb