summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/app_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/app_test.rb b/test/app_test.rb
index 0ac66d0..36cd310 100644
--- a/test/app_test.rb
+++ b/test/app_test.rb
@@ -129,13 +129,6 @@ class AppTest < Dashing::Test
end
end
- def test_get_nonexistent_dashboard_sends_file_with_404_status
- with_generated_project do
- app.any_instance.expects(:send_file).with(anything, has_entry(:status, 404))
- get '/nodashboard'
- end
- end
-
def test_get_widget
with_generated_project do
get '/views/meter.html'