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

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