Skip to content

Commit

Permalink
forgot to clean up after testing #277.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethnt committed Nov 13, 2012
1 parent 7b4fa9e commit cda5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/models/marquee_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
let(:marquee) { Marquee.new(:text => "Foo to the bar.") }

it "can be instantiated" do
marquee.should be_nil
marquee.should_not be_nil
end
end

0 comments on commit cda5b59

Please sign in to comment.