features/main_features.feature in middlemac-3.1.0 vs features/main_features.feature in middlemac-3.1.1
- old
+ new
@@ -3,12 +3,12 @@
As a software developer
I want to build useable macOS help books.
Background:
- Given a built app at "middlemac_app"
-
+ Given a built app at "middlemac_app"
+
Scenario:
The correct HTML version must be used on generated files.
When I cd to "New_Project_(pro).help/Contents/Resources/en.lproj/"
And the file "index.html" should contain "<html lang='en'>"
And the file "testing_world_file.html" should contain "<html lang='en'>"
@@ -40,9 +40,9 @@
When I cd to "New_Project_(pro).help/Contents/Resources/en.lproj/"
And the file "testing_world_file.html" should contain "Resources/SharedGlobalAssets/_partials"
And the file "testing_world_file.html" should contain "com.sample.project.pro.help"
And the file "testing_world_file.html" should contain "New Project"
And the file "testing_world_file.html" should contain "New Project Pro"
- And the file "testing_world_file.html" should contain "3.1.0"
+ And the file "testing_world_file.html" should contain "3.1.1"
And the file "testing_world_file.html" should contain "http://www.sample.com"
And the file "testing_world_file.html" should contain "_new_style_partial"
And the file "testing_world_file.html" should contain "_partials_dir_partial"