spec/statesman/config_spec.rb in statesman-0.0.1 vs spec/statesman/config_spec.rb in statesman-0.1.0
- old
+ new
@@ -21,14 +21,6 @@
defined_adapter = nil
Statesman.instance_eval { defined_adapter = @storage_adapter }
expect(defined_adapter).to be(new_adapter)
end
end
-
- describe "#transition_class" do
- it "serializes metadata to JSON" do
- klass = Class.new
- klass.should_receive(:serialize).once.with(:metadata, JSON)
- Statesman.configure { transition_class(klass) }
- end
- end
end