Skip to content

Commit

Permalink
Move javascript suite to new manageiq-ui-classic repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Dec 22, 2016
1 parent a518390 commit db74982
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,3 @@ test:brakeman:
- bundle update
- bundle exec rake test:brakeman:setup
- bundle exec rake test:brakeman
test:javascript:
script:
- bundle update
- bower install --allow-root -F --config.analytics=false
- bundle exec rake test:javascript:setup
- bundle exec rake test:javascript
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:
- TEST_SUITE=vmdb PARALLEL=true
- TEST_SUITE=migrations
- TEST_SUITE=brakeman
- TEST_SUITE=javascript
matrix:
fast_finish: true
addons:
Expand Down
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ require File.expand_path('../lib/tasks/evm_rake_helper', __FILE__)
include Rake::DSL
Vmdb::Application.load_tasks

begin
require 'jasmine'
load 'jasmine/tasks/jasmine.rake'
rescue LoadError
# Do nothing because we don't need jasmine in every environment
end

# Clear noisy and unusable tasks added by rspec-rails
if defined?(RSpec)
Rake::Task.tasks.select { |t| t.name =~ /^spec(:)?/ }.each(&:clear)
Expand Down
9 changes: 0 additions & 9 deletions lib/tasks/test_javascript.rake

This file was deleted.

0 comments on commit db74982

Please sign in to comment.