add qunit to autospec

This commit is contained in:
Régis Hanol
2013-11-01 23:57:50 +01:00
parent e679ba97a3
commit b56b11d96a
18 changed files with 921 additions and 571 deletions

View File

@@ -28,7 +28,6 @@ describe UserSerializer do
end
it "has a name" do
puts json[:name]
json[:name].should be_blank
end
end