Skip to content

Commit 657f56f

Browse files
nicolasiensencodebender
authored andcommitted
Remove the skip flag from Polygamous badge spec
1 parent 42ef070 commit 657f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/badges/polygamous_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'spec_helper'
22

3-
RSpec.describe Polygamous, type: :model, skip: true do
3+
RSpec.describe Polygamous, type: :model do
44

55
it 'should have a name and description' do
66
expect(Polygamous.name).not_to be_blank

0 commit comments

Comments
 (0)