lib/lucid/configuration.rb in lucid-0.2.0 vs lib/lucid/configuration.rb in lucid-0.2.1
- old
+ new
@@ -44,10 +44,10 @@
private
def default_options
{
- :autoload_code_paths => ['common', 'steps']
+ :autoload_code_paths => ['common', 'steps', 'pages']
}
end
end
end