Fixing test
This commit is contained in:
parent
a53171d9fe
commit
5cfcd2ae9f
@ -14,9 +14,9 @@ describe DependencyCollector do
|
||||
expect(subject.add(resource)).to eq(Dependency.new("zip", [:build]))
|
||||
end
|
||||
|
||||
it "creates a resource dependency from a '.bzip2' URL" do
|
||||
it "creates a resource dependency from a '.bz2' URL" do
|
||||
resource = Resource.new
|
||||
resource.url("http://example.com/foo.tar.bzip2")
|
||||
resource.url("http://example.com/foo.tar.bz2")
|
||||
expect(subject.add(resource)).to eq(Dependency.new("bzip2", [:build]))
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user