Commit 7144978c478b562fa08fcde32ff8c8b3f1329f76
1 parent
18bac9aa
Exists in
master
and in
29 other branches
[Mezuro] Removing tests for including javascripts
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
plugins/mezuro/test/unit/mezuro_plugin_test.rb
@@ -30,8 +30,4 @@ class MezuroPluginTest < ActiveSupport::TestCase | @@ -30,8 +30,4 @@ class MezuroPluginTest < ActiveSupport::TestCase | ||
30 | assert @plugin.stylesheet? | 30 | assert @plugin.stylesheet? |
31 | end | 31 | end |
32 | 32 | ||
33 | - should 'list javascript files' do | ||
34 | - assert_equal ['javascripts/results.js', 'javascripts/toogle.js'], @plugin.js_files | ||
35 | - end | ||
36 | - | ||
37 | end | 33 | end |