Add the :geo tag to Geo specs

Geo specs should not run under MySQL
parent 0d0473ff
require 'spec_helper' require 'spec_helper'
describe GeoNode, type: :model do describe GeoNode, :geo, type: :model do
using RSpec::Parameterized::TableSyntax using RSpec::Parameterized::TableSyntax
include ::EE::GeoHelpers include ::EE::GeoHelpers
......
require 'spec_helper' require 'spec_helper'
describe Geo::RepositoriesCleanUpWorker do describe Geo::RepositoriesCleanUpWorker, :geo do
include ::EE::GeoHelpers include ::EE::GeoHelpers
include ExclusiveLeaseHelpers include ExclusiveLeaseHelpers
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
describe Geo::RepositoryCleanupWorker do describe Geo::RepositoryCleanupWorker, :geo do
include ::EE::GeoHelpers include ::EE::GeoHelpers
describe '#perform' do describe '#perform' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment