lib/praxis/file_group.rb in praxis-0.14.0 vs lib/praxis/file_group.rb in praxis-0.15.0

- old
+ new

@@ -5,10 +5,10 @@ attr_reader :groups, :base def initialize(base, &block) if base.nil? raise ArgumentError, "base must not be nil." \ - "Are you missing a call Praxis::Application.instance.setup?" + "Are you missing a call Praxis::Application.instance.setup?" end @groups = Hash.new @base = Pathname.new(base)