spec/spec_helper.rb in ztk-1.0.10 vs spec/spec_helper.rb in ztk-1.0.11
- old
+ new
@@ -15,19 +15,17 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################
-
-require 'ztk'
require 'tempfile'
-################################################################################
-
require 'simplecov'
SimpleCov.start do
add_filter '/spec/'
end if ENV["COVERAGE"]
+
+require 'ztk'
ENV['LOG_LEVEL'] = "DEBUG"
WAIT_SMALL = 3
READ_PARTIAL_CHUNK = 2048