We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ace6 commit d6d7443Copy full SHA for d6d7443
bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt
@@ -7,7 +7,7 @@ RSpec.describe <%= config[:constant_name] %> do
7
8
<%- if config[:ext] == 'rust' -%>
9
it "can call into Rust" do
10
- result = Testing.hello("world")
+ result = <%= config[:constant_name] %>.hello("world")
11
12
expect(result).to be("Hello earth, from Rust!")
13
end
0 commit comments