Custom Wordpress Serializer and Path, with Specs

This commit is contained in:
Robin Ward
2013-06-28 13:55:34 -04:00
parent 2d6118297d
commit 2deaf8ef98
8 changed files with 137 additions and 42 deletions

View File

@ -1,7 +1,7 @@
# encoding: utf-8
require 'spec_helper'
require 'avatar_lookup'
require_dependency 'avatar_lookup'
describe AvatarLookup do
let!(:user){ Fabricate(:user) }