Skip to content

Commit 67c56e3

Browse files
committed
Fixing specs
1 parent d2b282f commit 67c56e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/ruby-stackoverflow/user_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ module RubyStackoverflow
3737

3838
it 'should get user answers' do
3939
VCR.use_cassette('users_answers') do
40-
Timecop.freeze
41-
4240
response = RubyStackoverflow.users_with_answers(['1363236'])
4341
response.data.is_a?(Array).should be_true
4442
response.data.last.respond_to?(:display_name).should be_true

0 commit comments

Comments
 (0)