features/upload_command.feature in berkshelf-2.0.5 vs features/upload_command.feature in berkshelf-2.0.6
- old
+ new
@@ -291,5 +291,28 @@
| reset | 3.4.5 |
| fake | 1.0.0 |
And the Chef server should not have the cookbooks:
| ekaf | 2.0.0 |
And the exit status should be 0
+
+ @focus
+ Scenario: With unicode characters
+ Given a cookbook named "fake"
+ And the cookbook "fake" has the file "README.md" with:
+ """
+ Jamié Wiñsor
+ 赛斯瓦戈
+ Μιψηαελ Ιωευ
+ جوستين كامبل
+ """
+ And the cookbook "fake" has the file "Berksfile" with:
+ """
+ site :opscode
+ metadata
+ """
+ When I cd to "fake"
+ And I successfully run `berks upload fake`
+ Then the output should contain:
+ """
+ Uploading fake (0.0.0)
+ """
+ And the exit status should be 0