
describe "Project Roadmap", ->
    it "has a Github repo", -> true
    it "can download Olson timezone files", -> true
    it "can parse timezone files", -> true
    it "can process timezone rules", -> true
    it "can convert a UTC TimeStamp to a Wall Time for America/Chicago during daylight savings time", -> true
    it "can convert a Wall Time for America/Chicago during daylight savings time to a UTC TimeStamp", -> true
    it "can detect when a given Wall Time is ambiguous", -> true
    it "works properly for zones where the year starts with a DST applied (australasia)", -> true
    it "can build a client side script version", -> true