Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 1a6b676

Browse files
committed
remove the metadata task, it is included in spec_helper
1 parent 471ece0 commit 1a6b676

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Rakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ RSpec::Core::RakeTask.new(:acceptance) do |t|
3232
t.pattern = 'spec/acceptance'
3333
end
3434

35-
task :metadata do
36-
sh "metadata-json-lint metadata.json"
37-
end
38-
3935
desc "Run syntax, lint, and spec tests."
4036
task :test => [
4137
:syntax,

0 commit comments

Comments
 (0)