Skip to content

Commit

Permalink
test: update for base url change
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 1, 2020
1 parent 92c45a0 commit 1e26565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/ui/matrix_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
subject { get("/matrix?q%5B%5Dpacticipant=Foo&q%5B%5Dtag=ctag&q%5B%5Dlatest=true&q%5B%5Dpacticipant=Bar&q%5B%5Dtag=ptag&q%5B%5Dlatest=true&latestby=cvpv&limit=100") }

it "returns a page with a badge" do
expect(subject.body).to include "http://example.org/matrix/provider/Bar/latest/ptag/consumer/Foo/latest/ctag/badge.svg"
expect(subject.body).to include "/matrix/provider/Bar/latest/ptag/consumer/Foo/latest/ctag/badge.svg"
end
end
end

0 comments on commit 1e26565

Please sign in to comment.