lib/fozzie/configuration.rb in fozzie-1.0.3 vs lib/fozzie/configuration.rb in fozzie-1.1.0

- old
+ new

@@ -103,9 +103,7 @@ # Returns the absolute file path for the Fozzie configuration, relative to the given path def full_config_path(path) File.expand_path('config/fozzie.yml', path) end - end - end