We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda12bb commit 9ee2730Copy full SHA for 9ee2730
test/test_helper.rb
@@ -3,6 +3,9 @@
3
require 'net/ldap'
4
require 'flexmock/test_unit'
5
6
+# Whether integration tests should be run.
7
+INTEGRATION = ENV.fetch("INTEGRATION", "skip") != "skip"
8
+
9
if RUBY_VERSION < "2.0"
10
class String
11
def b
0 commit comments