Commit 7f41264d66dcac2a6f1b32c15320d888eaeaf394

Authored by Diego Camarinha
Committed by Diego Camarinha
1 parent a3ae4d79

[Mezuro] Fixed content viewer helper test.

plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb
@@ -29,7 +29,7 @@ class ContentViewerHelperTest < ActiveSupport::TestCase @@ -29,7 +29,7 @@ class ContentViewerHelperTest < ActiveSupport::TestCase
29 29
30 should 'create the license options array' do 30 should 'create the license options array' do
31 options = YAML.load_file("#{RAILS_ROOT}/plugins/mezuro/licenses.yml") 31 options = YAML.load_file("#{RAILS_ROOT}/plugins/mezuro/licenses.yml")
32 - options = options.split(";") 32 + options = options.split("; ")
33 assert_equal options, @helper.license_options 33 assert_equal options, @helper.license_options
34 end 34 end
35 35