spec/unit/git/head_spec.rb in r10k-1.3.5 vs spec/unit/git/head_spec.rb in r10k-1.4.0
- old
+ new
@@ -12,10 +12,10 @@
it "is always false"
end
describe "determining if the head needs to be fetched" do
it "is always true" do
- expect(subject.fetch?).to be_true
+ expect(subject.fetch?).to be_truthy
end
end
it "can be converted to a string" do
expect(subject.to_s).to eq ref