scide 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +0,0 @@
1
- require 'helper'
2
-
3
- describe 'Version' do
4
- subject{ Scide::VERSION }
5
- it{ should eq(File.read(File.join(File.dirname(__FILE__), '..', 'VERSION'))) }
6
- end