Skip to content

Commit

Permalink
FIX: Resolve issues running qunit via rake (#10922)
Browse files Browse the repository at this point in the history
discourse-perspective-api was not successfully running tests via the
qunit:test rake task due to inconsistent naming between core and the
repo. As a result we no longer need the mapping in the plugin rake task, too.
  • Loading branch information
justindirose committed Oct 14, 2020
1 parent 099bf97 commit f4f2e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/plugin/metadata.rb
Expand Up @@ -46,7 +46,7 @@ class Plugin::Metadata
"discourse-no-bump",
"discourse-oauth2-basic",
"discourse-patreon",
"discourse-perspective",
"discourse-perspective-api",
"discourse-plugin-discord-auth",
"discourse-plugin-linkedin-auth",
"discourse-plugin-office365-auth",
Expand Down
3 changes: 1 addition & 2 deletions lib/tasks/plugin.rake
Expand Up @@ -12,8 +12,7 @@ task 'plugin:install_all_official' do
])

map = {
'Canned Replies' => 'https://github.com/discourse/discourse-canned-replies',
'discourse-perspective' => 'https://github.com/discourse/discourse-perspective-api'
'Canned Replies' => 'https://github.com/discourse/discourse-canned-replies'
}

STDERR.puts "Allowing write to all repos!" if ENV['GIT_WRITE']
Expand Down

0 comments on commit f4f2e08

Please sign in to comment.