spec/ios/relative_layout.spec.rb in motion-kit-0.10.11 vs spec/ios/relative_layout.spec.rb in motion-kit-0.11.0
- old
+ new
@@ -1,7 +1,7 @@
-describe MotionKit::Layout do
+describe 'Relative Layouts' do
before do
- @subject = TestRelativeLayout.new
+ @subject = TestRelativeLayout.new.build
end
it "should have two subviews" do
@subject.view.subviews.count.should == 2
end
\ No newline at end of file