Skip to content

Commit

Permalink
Add some missing require detected by travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 3, 2016
1 parent 3252001 commit 0bbe991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/storage/proposal/devicegraph_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

require "storage/proposal/space_maker"
require "storage/proposal/partition_creator"
require "storage/proposal/refined_devicegraph"

module Yast
module Storage
Expand Down
1 change: 1 addition & 0 deletions src/lib/storage/proposal/partition_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
require "fileutils"
require "storage/planned_volumes_collection"
require "storage/disk_size"
require "storage/proposal/refined_devicegraph"

module Yast
module Storage
Expand Down

0 comments on commit 0bbe991

Please sign in to comment.