We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3398b7 commit e7ed0b0Copy full SHA for e7ed0b0
spec/models/dojo_spec.rb
@@ -52,11 +52,6 @@
52
it { should_not be_valid }
53
end
54
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
-
60
describe 'validate yaml format' do
61
it 'should not raise Psych::SyntaxError' do
62
expect{ Dojo.load_attributes_from_yaml }.not_to raise_error
0 commit comments