Skip to content

Commit

Permalink
removed global require from spec_helper - does not work at Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 11, 2014
1 parent 25f83de commit f3f5daf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/spec_helper.rb
Expand Up @@ -17,9 +17,3 @@
$:.unshift(File.expand_path("../../src/lib", __FILE__))

ENV["Y2DIR"] = File.expand_path("../../src", __FILE__)

require_relative "yast_stubs" if ENV["TRAVIS"]

# require all files to report correct code coverage percentage
require "registration"

0 comments on commit f3f5daf

Please sign in to comment.