There was an error while loading. Please reload this page.
1 parent 6df0f16 commit 3d03ea3Copy full SHA for 3d03ea3
spec/collector_spec.rb
@@ -89,7 +89,7 @@
89
let(:sha) {"260bc61e2c42930d91f3503c5849b0a2351275cf"}
90
it {data[:author].should == "Kevin Jalbert"}
91
it {data[:author_email].should == "kevin.j.jalbert@gmail.com"}
92
- it {data[:time].should match /\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} -\d{4}/}
+ it {data[:time].should match /\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} [-|+]\d{4}/}
93
94
it {data[:merge].should == false}
95
it {data[:additions].should == 30}
0 commit comments