Upstream sync

This commit is contained in:
Senad Uka
2020-08-24 15:52:23 +02:00
parent 41bf88e358
commit a493076f9b
25 changed files with 307 additions and 1000 deletions

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe AcquiredMediaRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "an exploitable"
it_behaves_like "a notable"

View File

@@ -3,6 +3,7 @@
require 'rails_helper'
RSpec.describe AppearanceRelease do
it_behaves_like 'an approvable'
it_behaves_like 'a contractable'
it_behaves_like 'an exploitable'
it_behaves_like 'a notable'

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe LocationRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "an exploitable"
it_behaves_like "a notable"

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe MaterialRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "an exploitable"
it_behaves_like "a notable"

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe MedicalRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "a notable"
it_behaves_like "a photoable"

View File

@@ -1,6 +1,7 @@
require 'rails_helper'
RSpec.describe MiscRelease, type: :model do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "a notable"
it_behaves_like "a photoable"

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe MusicRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "an exploitable"
it_behaves_like "a notable"

View File

@@ -1,6 +1,7 @@
require "rails_helper"
RSpec.describe TalentRelease do
it_behaves_like 'an approvable'
it_behaves_like "a contractable"
it_behaves_like "an exploitable"
it_behaves_like "a notable"