examples/lib/micronaut/formatters/base_formatter_example.rb in spicycode-micronaut-0.2.2 vs examples/lib/micronaut/formatters/base_formatter_example.rb in spicycode-micronaut-0.2.3

- old
+ new

@@ -1,9 +1,9 @@ require File.expand_path(File.dirname(__FILE__) + "/../../../example_helper") describe Micronaut::Formatters::BaseFormatter do - before(:all) do + before do @formatter = Micronaut::Formatters::BaseFormatter.new end class HaveInterfaceMatcher def initialize(method) \ No newline at end of file