Skip to content

Commit 4ae946a

Browse files
Remove expectation
This text is no longer outputted because we pass in the quiet flag and as of the commit linked below, we no longer use puts which previously ignored that flag. solidusio/solidus@0a0313a
1 parent 7020bf5 commit 4ae946a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/features/create_extension_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def check_bundle_install
114114
def check_default_task
115115
cd(install_path) do
116116
output = sh("bin/rake")
117-
expect(output).to include("Generating dummy Rails application")
118117
expect(output).to include("0 examples, 0 failures")
119118
end
120119
end

0 commit comments

Comments
 (0)