summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-07-29Merge remote-tracking branch 'cjolly/cjolly-application-messages'David Underwood
* cjolly/cjolly-application-messages: only fire dashboard events when target is current dashboard dashboard events - use SSE event names Adding application messaging. Conflicts: test/app_test.rb
2013-07-14use tmp dir for history file when running testsChad Jolly
2013-07-14dashboard events - use SSE event namesChad Jolly
2013-06-25render titles correctlyDavid Underwood
2013-05-20allow widget views to be written in any Tilt-supported template languageAaron Peckham
2013-05-09use any Tilt-supported view engine for dashboards, including HamlAaron Peckham
2013-05-09add test for redirecting to first dashboard, and returning a 404 if ↵Aaron Peckham
dashboard doesn't exist
2013-05-09Test that the Sinatra app redirects to the default dashboard; saves data ↵Aaron Peckham
posted to /widgets/X, and requires auth; returns data on /events; returns the sample dashboards; and returns sample widgets.
2013-05-09Properly hyphenate css class names for widgets.Federico Bana
2012-12-24Establish test suite.Kevin Thompson