Skip to content

Commit cd00427

Browse files
committed
#44: typo
1 parent 592001d commit cd00427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/gem_package.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Feature: Gem Package
1818
"""
1919
When I run bash with:
2020
"""
21-
cd sibit
22-
gem build sibit.gemspec
23-
gem specification --ruby sibit-*.gem > ../spec.rb
21+
cd erc20
22+
gem build erc20.gemspec
23+
gem specification --ruby erc20-*.gem > ../spec.rb
2424
cd ..
2525
ruby execs.rb
2626
"""

0 commit comments

Comments
 (0)