spec/clubhouse_spec.rb in danger-clubhouse-0.0.1 vs spec/clubhouse_spec.rb in danger-clubhouse-0.0.2
- old
+ new
@@ -38,11 +38,11 @@
it 'links the story' do
subject
expect(status_report[:markdowns].map(&:message)).to eq [
- "### Clubhouse stories\n\n* [https://app.clubhouse.io/organization/stories/345](https://app.clubhouse.io/organization/stories/345) \n"
+ "### Clubhouse Stories\n\n* [https://app.clubhouse.io/organization/story/345](https://app.clubhouse.io/organization/story/345) \n"
]
end
end
context 'without story id' do
@@ -62,10 +62,10 @@
it 'links the story' do
subject
expect(status_report[:markdowns].map(&:message)).to eq [
- "### Clubhouse stories\n\n* [https://app.clubhouse.io/organization/stories/345](https://app.clubhouse.io/organization/stories/345) \n"
+ "### Clubhouse Stories\n\n* [https://app.clubhouse.io/organization/story/345](https://app.clubhouse.io/organization/story/345) \n"
]
end
end
context 'without story id' do