We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0068c28 commit a99a68bCopy full SHA for a99a68b
1 file changed
Rakefile
@@ -52,7 +52,7 @@ task :test do
52
sh 'docker ps -a --filter name=html2rss-web-test'
53
54
Output.describe 'Generating feed from a html2rss-configs config'
55
- sh 'curl -f http://127.0.0.1:3000/dfs.de/pressemitteilungen.rss || exit 1'
+ sh 'curl -f "http://127.0.0.1:3000/github.com/releases.rss?username=html2rss&repository=html2rss-web" || exit 1'
56
57
Output.describe 'Generating example feed from feeds.yml'
58
sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'
0 commit comments