Changeset 285

Show
Ignore:
Timestamp:
10/25/08 10:07:06 (2 months ago)
Author:
pwh
Message:

Implemented tests for IP network association with an IPVPN, adding a fixture

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/spec/fixtures/ipvpns.yml

    r268 r285  
    1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html 
     1ipvpn_a: 
     2  ipvpn_rd:         1 
     3  ipvpn_name:       VPN 'A' 
     4  ipvpn_rd_integer: 1 
    25 
    3 # one: 
    4 #   column: value 
    5 
    6 # two: 
    7 #   column: value 
     6ipvpn_b: 
     7  ipvpn_rd:         2 
     8  ipvpn_name:       VPN 'B' 
     9  ipvpn_rd_integer: 2 
     10 
     11ipvpn_c: 
     12  ipvpn_rd:         3 
     13  ipvpn_name:       VPN 'C' 
     14  ipvpn_rd_integer: 3