mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Broken test. No idea why the name randomly changed!
This commit is contained in:
parent
3d6d7c8abe
commit
704adc00ca
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe UserSerializer do
|
|||
end
|
||||
|
||||
it "has a name" do
|
||||
json[:name].should == "Bruce Wayne"
|
||||
json[:name].should be_present
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue