1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00
fab-manager/spec/models/auth_provider_spec.rb

6 lines
130 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 AuthProvider, type: :model do
2015-05-05 03:10:25 +02:00
pending "add some examples to (or delete) #{__FILE__}"
end