Sha256: 7a9f7bbccce576d56e1109100d44016b036e64fc95730a69ecb34dfd693f7c1c
Contents?: true
Size: 802 Bytes
Versions: 3
Compression:
Stored size: 802 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe ResourceExportFile do fixtures :all it "should export in background" do file = ResourceExportFile.new file.user = users(:admin) file.save ResourceExportFileQueue.perform(file.id).should be_truthy end end # == Schema Information # # Table name: resource_export_files # # id :integer not null, primary key # user_id :integer # resource_export_file_name :string(255) # resource_export_content_type :string(255) # resource_export_file_size :integer # resource_export_updated_at :datetime # executed_at :datetime # created_at :datetime not null # updated_at :datetime not null #
Version data entries
3 entries across 3 versions & 1 rubygems