diff --git a/plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb b/plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb index 8e5c55e..e722033 100644 --- a/plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb +++ b/plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb @@ -29,7 +29,7 @@ class ContentViewerHelperTest < ActiveSupport::TestCase should 'create the license options array' do options = YAML.load_file("#{RAILS_ROOT}/plugins/mezuro/licenses.yml") - options = options.split(";") + options = options.split("; ") assert_equal options, @helper.license_options end -- libgit2 0.21.2