Mercurial > rsstweet
comparison test/controllers/tweets_controller_test.rb @ 230:e6c29d47192b
Update with non-suspended empty account (wat)
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 28 Apr 2022 22:49:21 +0900 |
parents | e8eb5caae9c1 |
children |
comparison
equal
deleted
inserted
replaced
229:12287b32fbda | 230:e6c29d47192b |
---|---|
5 get :show, :params => { :id => "2791517370", :name => "edogawa_test", :format => :atom } | 5 get :show, :params => { :id => "2791517370", :name => "edogawa_test", :format => :atom } |
6 assert_response :success | 6 assert_response :success |
7 end | 7 end |
8 | 8 |
9 test "does not explode on empty timeline" do | 9 test "does not explode on empty timeline" do |
10 get :show, :params => { :id => "1510589762410668032", :name => "nanaya_empty", :format => :atom } | 10 get :show, :params => { :id => "1519673756624379905", :name => "nanaya_empty2", :format => :atom } |
11 assert_response :success | 11 assert_response :success |
12 end | 12 end |
13 | 13 |
14 test "redirect on @handle access" do | 14 test "redirect on @handle access" do |
15 get :redirect, :params => { :name => "edogawa_test", :format => :atom } | 15 get :redirect, :params => { :name => "edogawa_test", :format => :atom } |