Created
December 6, 2013 09:31
-
-
Save DriesS/7821006 to your computer and use it in GitHub Desktop.
Test raw display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| context 'when line_item_description contains special chars' do | |
| let(:description){ "test desc with special chars é ë ä" } | |
| subject { line_item_description_text description } | |
| it { should == "test desc with special chars é ë ä"} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment