Skip to content

Commit

Permalink
Move fixtures from spec/support/files to spec/fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Feb 22, 2015
1 parent 151a614 commit fdb53bb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
end

def load_fixture(fixture_name)
path = File.join(%w(spec support files), fixture_name)
path = File.join(%w(spec fixtures), fixture_name)
File.read(path).strip
end

0 comments on commit fdb53bb

Please sign in to comment.