Skip to content

Instantly share code, notes, and snippets.

@12spokes
12spokes / jasmine-fixtures.rb
Created December 2, 2010 17:36
Create jasmine fixtures from your view specs in RSpec 2.
# More than inspired by JB Steadman - http://pivotallabs.com/users/jb/blog/articles/1152-javascripttests-bind-reality-
#
# Adds a save_fixture method to Rspec 2's ViewExampleGroups which takes the
# rendered and stores it in a js_dom fixture file to be used with jasmine.
#
# Simply drop this into spec/support.
#
# Then, at the end of a view spec that you want to save as a fixture, simply call
# save_fixture('name_of_fixture_file')
#