comparison test/controllers/tweets_controller_test.rb @ 15:207917e41964

Add tweets~ Feature is now on par with the thing it's replacing.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 20:37:25 +0900
parents
children 157f7fd136fc
comparison
equal deleted inserted replaced
14:aad3b253ffd5 15:207917e41964
1 require 'test_helper'
2
3 class TweetsControllerTest < ActionController::TestCase
4 test "should get show" do
5 get :show, :id => "edogawa_test", :format => :atom
6 assert_response :success
7 end
8 end