Skip to content

Instantly share code, notes, and snippets.

@amir20
Created January 31, 2012 16:56
Show Gist options
  • Save amir20/1711572 to your computer and use it in GitHub Desktop.
Save amir20/1711572 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe ImportExcelWorkbook do
context 'when exporting to an excel workbook' do
it 'should create the summary worksheet' do
import = build(:import_with_errors)
pp import
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment