Skip to content

Commit c0eac2a

Browse files
committed
Importmap build no longer fails, as new npm package was released
1 parent 7455d26 commit c0eac2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/rails_admin/install_generator_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
arguments ['admin', "--asset=#{CI_ASSET}", '--force']
99

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

0 commit comments

Comments
 (0)