summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2016-12-09Merge pull request #27 from jtheoof/masterTyler Mauthe
add error string when widget not rendered
2015-06-08Merge pull request #433 from frvi/masterDaniel Beauchamp
Possible to skip overwrites when installing widget.
2015-04-30Remove redundant test.Sven Dahlstrand
2015-04-29Set public folder setting for generated project.Sven Dahlstrand
2015-04-27Pass `status` option to `send_file` and make sure a 404 is returned.Sven Dahlstrand
2014-08-28Updated tests accordingly.Fredrik Vihlborg
2014-01-26add error string when widget not renderedJeremy Attali
This prevents the cryptic ruby raw string being printed if no rendering template were found. Closes: #307
2013-12-19light refactoring for better test coveragepseudomuto
2013-12-18moving app to it's own file under lib/dashingpseudomuto
2013-12-18adding simplecov for verifying test coveragepseudomuto
2013-12-18moving cli to lib and updating bin filepseudomuto
2013-12-18switching from test unit to minitestpseudomuto
2013-12-18adding haml to dev dependencies so all tests runpseudomuto
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