Skip to content

Commit

Permalink
setup-fixture-set-rsel
Browse files Browse the repository at this point in the history
We'll first create a file that we can include from our tests to load the fixture set:

SHOW_PATCH
  • Loading branch information
bryanlarsen committed Feb 19, 2010
1 parent 6da0587 commit 975376e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/selenium/_setup_fixture_set.rsel
@@ -0,0 +1 @@
setup :fixtures => Dir["#{RAILS_ROOT}/test/fixtures/#{set}/*.yml"].map {|f| "#{set}/#{File.basename(f, '.yml')}"}

0 comments on commit 975376e

Please sign in to comment.