Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-08 00:22:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-08 00:23:13 +0400
commit92a619ad28ae380e5c88c1784bb92f91a7c55bb1 (patch)
tree1b7c1becbed6322537d0c005f63e9a9df124fc14 /.simplecov
parent71c8801eefd64d4b2e2f37205b1a5415e3c5bf93 (diff)
organize simplecov
Diffstat (limited to '.simplecov')
-rw-r--r--.simplecov4
1 files changed, 4 insertions, 0 deletions
diff --git a/.simplecov b/.simplecov
new file mode 100644
index 00000000000..d979288df44
--- /dev/null
+++ b/.simplecov
@@ -0,0 +1,4 @@
+# .simplecov
+SimpleCov.start 'rails' do
+ merge_timeout 3600
+end