Mercurial > rsstweet
view test/models/tweet_test.rb @ 30:205c0b5d9f44
Whoops, expires_in accidentally as key name.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 18 Sep 2014 09:29:07 +0900 |
parents | 157f7fd136fc |
children |
line wrap: on
line source
require "test_helper" class TweetTest < ActiveSupport::TestCase test "loads a tweet" do assert_not_nil Tweet.new("edogawa_test") end end