Don't run plugin gem tests.
This commit is contained in:
parent
66ae439ded
commit
56a7a68238
|
@ -45,7 +45,7 @@ end
|
||||||
|
|
||||||
desc 'run plugin specs'
|
desc 'run plugin specs'
|
||||||
task 'plugin:spec', :plugin do |t, args|
|
task 'plugin:spec', :plugin do |t, args|
|
||||||
args.with_defaults(plugin: "**")
|
args.with_defaults(plugin: "*")
|
||||||
ruby = `which ruby`.strip
|
ruby = `which ruby`.strip
|
||||||
files = Dir.glob("./plugins/#{args[:plugin]}/spec/**/*.rb")
|
files = Dir.glob("./plugins/#{args[:plugin]}/spec/**/*.rb")
|
||||||
if files.length > 0
|
if files.length > 0
|
||||||
|
|
Loading…
Reference in New Issue