Skip to content

Commit

Permalink
Rename manageiq-ui to manageiq-ui-classic.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Dec 22, 2016
1 parent c69d446 commit 2b4de91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end

#unless dependencies.detect { |d| d.name == "manageiq-ui-classic" }
#gem "manageiq-ui", :git => "https://github.com/ManageIQ/manageiq-ui-classic", :branch => "master"
gem "manageiq-ui", :path => "../manageiq-ui-classic/"
gem "manageiq-ui-classic", :path => "../manageiq-ui-classic/"
#end

# Unmodified gems
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/evm_test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module EvmTestHelper
VMDB_EXCLUDED_SPEC_DIRECTORIES = %w(replication migrations).freeze
MIGRATION_SPECS = FileList['spec/migrations/**/*_spec.rb'].sort
UI_SPECS = Manageiq::Ui.rspec_paths
UI_SPECS = ManageIQ::UI::Classic.rspec_paths

def self.init_rspec_task(t, rspec_opts = [])
if ENV['CI']
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/gettext_task_override.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def files_list
end

def output_path
::Manageiq::Ui::Engine.root.join(GettextI18nRailsJs.config.output_path)
::ManageIQ::UI::Classic::Engine.root.join(GettextI18nRailsJs.config.output_path)
end
end
end

0 comments on commit 2b4de91

Please sign in to comment.