Skip to content

Commit

Permalink
keep initiazer in scr_stub as it is used by more helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 27, 2015
1 parent ca08837 commit af68a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions library/general/test/scr_stub.rb
Expand Up @@ -75,3 +75,7 @@ def reset_scr_root
Yast::WFM.SCRSetDefault(@scr_handles.last)
end
end

RSpec.configure do |c|
c.include SCRStub
end
4 changes: 0 additions & 4 deletions library/general/test/test_helper.rb
Expand Up @@ -4,7 +4,3 @@

require "yast"
require_relative "scr_stub"

RSpec.configure do |c|
c.include SCRStub
end

0 comments on commit af68a65

Please sign in to comment.