test/integration/dsl/interfaces_test.rb in vedeu-0.3.5 vs test/integration/dsl/interfaces_test.rb in vedeu-0.4.0

- old
+ new

@@ -9,14 +9,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of background within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -28,14 +24,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of border within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -44,16 +36,10 @@ Vedeu.interface 'interfaces' do colour '' end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of colour within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -64,14 +50,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of foreground within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -80,16 +62,10 @@ Vedeu.interface 'interfaces' do cursor '' end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of cursor within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -98,16 +74,10 @@ Vedeu.interface 'interfaces' do cursor! end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of cursor! within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -118,14 +88,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of delay within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -134,16 +100,10 @@ Vedeu.interface 'interfaces' do focus! end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of focus! within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -155,14 +115,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of geometry within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -173,14 +129,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of group within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -190,16 +142,10 @@ keys do end end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of keys within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -209,16 +155,10 @@ lines do end end } - #it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of lines within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -229,14 +169,10 @@ end } it { subject.must_be_instance_of(Vedeu::Interface) } - # it 'allows the use of name within Vedeu.interface' do - # skip - # end - context 'when no value is provided' do end end @@ -246,13 +182,9 @@ style '' end } it { subject.must_be_instance_of(Vedeu::Interface) } - - # it 'allows the use of style within Vedeu.interface' do - # skip - # end context 'when no value is provided' do end end