Commit 7f41264d66dcac2a6f1b32c15320d888eaeaf394
Committed by
Diego Camarinha
1 parent
a3ae4d79
Exists in
master
and in
28 other branches
[Mezuro] Fixed content viewer helper test.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb
... | ... | @@ -29,7 +29,7 @@ class ContentViewerHelperTest < ActiveSupport::TestCase |
29 | 29 | |
30 | 30 | should 'create the license options array' do |
31 | 31 | options = YAML.load_file("#{RAILS_ROOT}/plugins/mezuro/licenses.yml") |
32 | - options = options.split(";") | |
32 | + options = options.split("; ") | |
33 | 33 | assert_equal options, @helper.license_options |
34 | 34 | end |
35 | 35 | ... | ... |