examples/lib/micronaut/configuration_example.rb in micronaut-0.2.9 vs examples/lib/micronaut/configuration_example.rb in micronaut-0.3.0
- old
+ new
@@ -128,6 +128,16 @@
lambda { config.formatter = :progresss }.should raise_error(ArgumentError)
end
end
+ describe "filters" do
+
+ it "tells you filter is deprecated"
+
+ it "responds to exclusion_filter"
+
+ it "responds to inclusion_filter"
+
+
+ end
end