Skip to content

Commit

Permalink
Importmap build no longer fails, as new npm package was released
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 31, 2024
1 parent 7455d26 commit c0eac2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rails_admin/install_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
arguments ['admin', "--asset=#{CI_ASSET}", '--force']

before do
pending 'Until next version of npm package is released' if CI_ASSET == :importmap
prepare_destination
File.write(File.join(destination_root, 'package.json'), '{"license": "MIT"}')
FileUtils.touch File.join(destination_root, 'Gemfile')
Expand Down

0 comments on commit c0eac2a

Please sign in to comment.