Commit cc1eb7fe authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent bcc09ca7
...@@ -2,8 +2,7 @@ require 'spec_helper' ...@@ -2,8 +2,7 @@ require 'spec_helper'
describe Gitlab::Serialize::YamlVariables do describe Gitlab::Serialize::YamlVariables do
subject do subject do
Gitlab::Serialize::YamlVariables.load( described_class.load(described_class.dump(object))
Gitlab::Serialize::YamlVariables.dump(object))
end end
let(:object) do let(:object) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment