Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Update spec to match error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lardawge committed Dec 21, 2012
1 parent eb21d5f commit 6e1c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rfm/record_spec.rb
Expand Up @@ -37,7 +37,7 @@

ex = rescue_from { @record['tester2'] }
ex.class.should eql(NoMethodError)
ex.message.should eql('tester2 does not exists as a field in the current Filemaker layout.')
ex.message.should eql('tester2 does not exist as a field in the current Filemaker layout.')
end

end
Expand Down

0 comments on commit 6e1c2c0

Please sign in to comment.