Skip to content
Snippets Groups Projects

Enable (and disable) more rubocops

Merged Douwe Maan requested to merge dm-meer-blauw-op-straat into master
1 unresolved thread
5 files
+ 12
11
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -62,7 +62,7 @@
@@ -62,7 +62,7 @@
end
end
it 'includes the timestamp' do
it 'includes the timestamp' do
expect(hash[:timestamp]).to be_an_instance_of(Integer)
expect(hash[:timestamp]).to be_an(Integer)
end
end
end
end
end
end
Loading