spec/zelda/zender_spec.rb in bartzon-zelda-0.0.1 vs spec/zelda/zender_spec.rb in bartzon-zelda-0.0.2
- old
+ new
@@ -28,11 +28,7 @@
end
it "should return the correct name" do
find_zender.name.should == "Nederland 1"
end
-
- it "should raise the correct error for an undefined attribute" do
- lambda { find_zender.foo }.should raise_error(NoMethodError)
- end
end
end