Skip to content

Commit

Permalink
Add importer spec file
Browse files Browse the repository at this point in the history
Rename importer model into files folder
  • Loading branch information
luilver committed Jan 24, 2021
1 parent aca6861 commit a803eb8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions spec/models/files/importer_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# frozen_string_literal: true

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# == Schema Information
#
# Table name: importers
#
# id :integer not null, primary key
# filename :string(64) default(""), not null
# md5sum :string(32) default(""), not null
#

require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

RSpec.describe Importer, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

0 comments on commit a803eb8

Please sign in to comment.