spec/beatport_spec.rb in beatport-0.3.0 vs spec/beatport_spec.rb in beatport-0.4.0

- old
+ new

@@ -6,11 +6,11 @@ silence_stream($stderr) do track = Beatport::Track.new track.should be_a(Beatport::Catalog::Track) end end - + it "raises an NameError if the constant doesn't exist with Catalog" do lambda { Beatport::Foo.new }.should raise_error(NameError, "uninitialized constant Beatport::Foo") end end -end \ No newline at end of file +end