fix travis build

This commit is contained in:
Loic Nageleisen 2015-08-05 15:04:45 +02:00
parent 32b99b62bf
commit 4de945073f
5 changed files with 11 additions and 5 deletions

View file

@ -16,6 +16,7 @@ class Package < Module
end
# Return the package as a value
# rubocop:disable Lint/UnusedMethodArgument
def import_to_value(_binding, namespace, as: nil)
Package.new(namespace)
end