Sha256: 6a164fe6e68c1f999cc6ccb4da9b0db88c5e0b97cd4c85b4d217a5e1fb926357
Contents?: true
Size: 343 Bytes
Versions: 60
Compression:
Stored size: 343 Bytes
Contents
describe "Chart Generation", -> beforeEach () -> loadFixtures('chart_example.html') describe "instantiation", -> it "builds a chart for all stats pies", -> $(".stats-pie").on("load", -> canvas = $(".stats-pie > .highcharts-container") expect(canvas.length).toBeLessThan(1) ) Blacklight.activate()
Version data entries
60 entries across 60 versions & 3 rubygems