comparison test/models/tweet_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 TweetTest < ActiveSupport::TestCase
4 test "loads a tweet" do
5 assert_not_nil Tweet.new("edogawa_test")
6 end
7 end