diff options
author | Sven Dahlstrand <sven@limepark.se> | 2015-04-30 00:00:59 +0200 |
---|---|---|
committer | Sven Dahlstrand <sven@limepark.se> | 2015-04-30 00:00:59 +0200 |
commit | 69554869db9f0273ef2e309ceca1e990b155bd68 (patch) | |
tree | 694efd4af11203587dd872f25de2504a3cf2a5aa /test | |
parent | 5c4e62f0987bd900d0f2c510bb3cb9f35bfd28a7 (diff) |
Remove redundant test.
Diffstat (limited to 'test')
-rw-r--r-- | test/app_test.rb | 7 |
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' |