locale/en.yml in remarkable_rails-3.1.3 vs locale/en.yml in remarkable_rails-3.1.4
- old
+ new
@@ -69,33 +69,33 @@
route:
description: "route {{method}} {{path}} to/from {{options}}"
expectations:
map_to_path: "to map {{options}} to {{method}} {{path}}, got {{actual}}"
generate_params: "to generate params {{options}} from {{method}} {{path}}, got {{actual}}"
-
+
set_cookies:
description: "set cookies {{keys}}"
expectations:
is_not_empty: "any cookie to be set, got {{cookies_inspect}}"
contains_value: "any cookie to be set to {{to}}, got {{cookies_inspect}}"
assigned_value: "cookie {{key}} to be set, got {{cookies_inspect}}"
is_equal_value: "cookie {{key}} to be set to {{to}}, got {{cookies_inspect}}"
optionals:
to:
- positive: "to {{inspect}}"
- negative: "to {{inspect}}"
+ positive: "to {{inspect}}"
+ negative: "to {{inspect}}"
set_session:
description: "set session variable {{keys}}"
expectations:
is_not_empty: "any session variable to be set, got {{session_inspect}}"
contains_value: "any session variable to be set to {{to}}, got {{session_inspect}}"
assigned_value: "session variable {{key}} to be set, got {{session_inspect}}"
is_equal_value: "session variable {{key}} to be set to {{to}}, got {{session_inspect}}"
optionals:
to:
- positive: "to {{inspect}}"
+ positive: "to {{inspect}}"
negative: "to {{inspect}}"
set_the_flash:
description: "set the flash message {{keys}}"
expectations:
@@ -103,8 +103,8 @@
contains_value: "any flash message to be set to {{to}}, got {{flash_inspect}}"
assigned_value: "flash message {{key}} to be set, got {{flash_inspect}}"
is_equal_value: "flash message {{key}} to be set to {{to}}, got {{flash_inspect}}"
optionals:
to:
- positive: "to {{inspect}}"
- negative: "to {{inspect}}"
+ positive: "to {{inspect}}"
+ negative: "to {{inspect}}"