Revert "freeze time in conversations show spec to make ree travis happy"

as it did not work :/

This reverts commit d668b21cd4.
This commit is contained in:
Maxwell Salzberg 2012-03-17 19:21:24 -07:00
parent d668b21cd4
commit 39c7478b4a

View file

@ -154,13 +154,11 @@ describe ConversationsController do
end
it 'succeeds with json' do
Timecop.freeze do
get :show, :id => @conversation.id, :format => :json
response.should be_success
assigns[:conversation].should == @conversation
response.body.should == @conversation.to_json
end
end
it 'redirects to index' do
get :show, :id => @conversation.id