spec/client/user_spec.rb in travis-1.8.11.travis.1012.9 vs spec/client/user_spec.rb in travis-1.8.11.travis.1020.11
- old
+ new
@@ -6,10 +6,10 @@
its(:login) { should be == 'rkh' }
its(:name) { should be == 'Konstantin Haase' }
its(:email) { should be == 'konstantin.haase@gmail.com' }
its(:gravatar_id) { should be == '5c2b452f6eea4a6d84c105ebd971d2a4' }
its(:locale) { should be == 'en' }
- its(:is_syncing) { should be_false }
+ its(:is_syncing) { should be false }
its(:synced_at) { should be_a(Time) }
it { should_not be_syncing }
it { should be_correct_scopes }
end