Merge pull request #3242 from rolandwalker/rename_intellij-idea-ultimate

rename intellij-idea-ultimate.rb
This commit is contained in:
Roland Walker 2014-02-26 09:33:44 -05:00
commit 16f4dd78ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class IntellijIdeaUltimate < Cask
class IntellijIdea < Cask
url 'http://download-ln.jetbrains.com/idea/ideaIU-13.0.2.dmg'
homepage 'https://www.jetbrains.com/idea/index.html'
version '13.0.2'

View File

@ -6,8 +6,8 @@ describe Cask::CLI::Search do
Cask::CLI::Search.run('intellij')
}.must_output <<-OUTPUT.gsub(/^ */, '')
==> Partial matches
intellij-idea
intellij-idea-community
intellij-idea-ultimate
OUTPUT
end