Mercurial > rsstweet
comparison test/controllers/tweets_controller_test.rb @ 227:e8eb5caae9c1
Use a different account
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 03 Apr 2022 21:09:58 +0900 |
parents | 2b0ba614fc02 |
children | e6c29d47192b |
comparison
equal
deleted
inserted
replaced
226:cf3ebc67dab1 | 227:e8eb5caae9c1 |
---|---|
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 => "3168319146", :name => "nanaya_t_empty", :format => :atom } | 10 get :show, :params => { :id => "1510589762410668032", :name => "nanaya_empty", :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 } |