Sha256: 9aadf33435dfcae153182e6d3cd9c9c180a70c8ea1258ad15a0062e32224baa4
Contents?: true
Size: 792 Bytes
Versions: 7
Compression:
Stored size: 792 Bytes
Contents
Feature: Instance Vars In order to share data with layouts and partials via instance variables Scenario: Setting an instance var in a template should be visible in its layout Given the Server is running at "instance-vars-app" When I go to "/instance-var-set.html" Then I should see "Var is 100" Scenario: Setting an instance var in a template should be visible in a partial Given the Server is running at "instance-vars-app" When I go to "/instance-var-set.html" Then I should see "My var is here!" Scenario: Setting an instance var in one file should not be visible in another Given the Server is running at "instance-vars-app" When I go to "/instance-var-set.html" When I go to "/no-instance-var.html" Then I should see "No var..."
Version data entries
7 entries across 7 versions & 2 rubygems