fidius-common 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/fidius-common/version.rb +1 -1
- data/test/t_helper.rb +9 -2
- metadata +2 -2
data/test/t_helper.rb
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# Temporarily uncommented simplecov to let the tests in Jenkins pass
|
2
|
+
#
|
3
|
+
# It will raise a segmentation fault when 'rake test' is run
|
4
|
+
# under the Debian/Ubuntu version of Ruby (1.9.2p0).
|
5
|
+
# The problem has obviously been fixed between 1.9.2p0 and 1.9.2p35
|
6
|
+
# because it runs fine here.
|
7
|
+
#
|
8
|
+
#require 'simplecov'
|
9
|
+
#SimpleCov.start
|
3
10
|
require 'test/unit'
|