spec/interpreter/stack_spec.rb in nudge-0.0.2 vs spec/interpreter/stack_spec.rb in nudge-0.1.0
- old
+ new
@@ -22,10 +22,10 @@
end
end
describe "pushing and popping" do
- it "should allow an object to be pushed" do
+ it "should allow any object to be pushed" do
@myStack.push(12)
@myStack.entries[0].should == 12
end
it "should grow by one when an item is pushed" do
\ No newline at end of file