1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/spec/models/custom_asset_spec.rb

6 lines
129 B
Ruby
Raw Normal View History

2015-05-05 03:10:25 +02:00
require 'rails_helper'
2016-03-23 18:39:41 +01:00
RSpec.describe CustomAsset, type: :model do
2015-05-05 03:10:25 +02:00
pending "add some examples to (or delete) #{__FILE__}"
end