From ffcd66366bc4860de76c7cfef80fc35f46113c97 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Fri, 27 Nov 2020 16:08:19 +0100 Subject: [PATCH] test --- spec/build/script/dart_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/build/script/dart_spec.rb b/spec/build/script/dart_spec.rb index 5095969952..6c8b44b8ab 100644 --- a/spec/build/script/dart_spec.rb +++ b/spec/build/script/dart_spec.rb @@ -30,6 +30,10 @@ should_not include_sexp [:echo, "Installing Content Shell", ansi: :yellow] end + it "runs `dart pub get`" do + should include_sexp [:cmp, "dart", "pub", 'get'] + end + it "runs tests by default" do should include_sexp [:cmd, "pub global run test_runner --disable-ansi --skip-browser-tests",