Commit cc1eb7fe authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent bcc09ca7
......@@ -2,8 +2,7 @@ require 'spec_helper'
describe Gitlab::Serialize::YamlVariables do
subject do
Gitlab::Serialize::YamlVariables.load(
Gitlab::Serialize::YamlVariables.dump(object))
described_class.load(described_class.dump(object))
end
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