Skip to content

Commit

Permalink
Remove a test that's testing the fabricator, basically
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 26, 2012
1 parent 61dd80b commit d82ba37
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/models/user_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,6 @@ def stub_superfeedr_request_for_user(user)
end
end

describe "#feed" do
it "has a local feed" do
u = Fabricate(:user)
assert u.feed.local?
end
end

describe "#timeline" do
it "includes my updates" do
u = Fabricate(:user)
Expand Down

0 comments on commit d82ba37

Please sign in to comment.