Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Stub for date testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
carrickr committed Nov 7, 2014
1 parent 07c81e9 commit 3348ec5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions spec/features/fetcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
end
end



xit "should raise an error when selected for an invalid date range" do
times = {:first_modified => yTenK, :Last_modified => yTenK}
last_changed = ['2014-05-05T05:04:13Z', '2014-04-05T05:04:13Z']
expect(@fetcher.determine_latest_date(times, last_changed)).to raise_error
end

end

0 comments on commit 3348ec5

Please sign in to comment.