Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
invert actual test
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Apr 25, 2017
1 parent 4081cec commit 4a45021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/configs/plugin_config_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ module Biplane
empty_plugin = PluginConfig.from_yaml(yaml)
config = empty_plugin.attributes["config"] as Hash

config.keys.should contain("tags")
config["tags"].should eq Hash(String, PluginConfig::Type).new
config.keys.should_not contain("tags")
# config["tags"].should eq Hash(String, PluginConfig::Type).new
end

it "can present config as params" do
Expand Down

0 comments on commit 4a45021

Please sign in to comment.