Skip to content

Instantly share code, notes, and snippets.

@DriesS
Created December 6, 2013 09:31
Show Gist options
  • Select an option

  • Save DriesS/7821006 to your computer and use it in GitHub Desktop.

Select an option

Save DriesS/7821006 to your computer and use it in GitHub Desktop.
Test raw display
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