Skip to content

Commit e7ed0b0

Browse files
committed
Allow to set Dojo tags more than 5 in test suites
1 parent e3398b7 commit e7ed0b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spec/models/dojo_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252
it { should_not be_valid }
5353
end
5454

55-
describe 'when tags are too many' do
56-
before { @dojo.tags = %w[Scratch RasPi HackforPlay Viscuit Arduino 電子工作] }
57-
it { should_not be_valid }
58-
end
59-
6055
describe 'validate yaml format' do
6156
it 'should not raise Psych::SyntaxError' do
6257
expect{ Dojo.load_attributes_from_yaml }.not_to raise_error

0 commit comments

Comments
 (0)