Merge pull request #3241 from rolandwalker/rename_intellij-idea-community

rename intellij-idea-community.rb
This commit is contained in:
Roland Walker 2014-02-26 09:59:43 -05:00
commit b176af9a3f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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