annotate test/controllers/tweets_controller_test.rb @ 22:eb07f7dc25eb

Use nested style instead of compact.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:21:29 +0900
parents 157f7fd136fc
children 9e03bbbb1d43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 15
diff changeset
1 require "test_helper"
15
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
2
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
3 class TweetsControllerTest < ActionController::TestCase
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
4 test "should get show" do
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
5 get :show, :id => "edogawa_test", :format => :atom
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
6 assert_response :success
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
7 end
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents:
diff changeset
8 end