Skip to content

Commit

Permalink
Fix spec label
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstosik committed Mar 5, 2020
1 parent d2ccb22 commit 3356174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_json/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Empty < ActiveJSON::Base ; end # Empty JSON
State.first.name.should =~ /^New York/
end

it 'can load empty yaml' do
it 'can load empty JSON' do
Empty.first.should be_nil
end
end
Expand Down

0 comments on commit 3356174

Please sign in to comment.