imdb 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +0,0 @@
1
- require File.dirname(__FILE__) + '/../spec_helper.rb'
2
-
3
- describe "Imdb" do
4
-
5
- it "should report the right version" do
6
- current_version = File.open(File.join(File.dirname(__FILE__), '..', '..', 'VERSION'), 'r') { |f| f.read.strip }
7
- Imdb::VERSION.should eql(current_version)
8
- end
9
-
10
- end