Skip to content

Commit

Permalink
got the specs to pass with RSpec 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs committed Dec 28, 2011
1 parent 3b39b72 commit f318816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion spec/cyrillizer_spec.rb
@@ -1,4 +1,6 @@
require File.dirname(__FILE__) + '/spec_helper.rb'
# encoding: utf-8

require 'spec_helper'

describe "Convertor" do

Expand Down
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Expand Up @@ -3,8 +3,7 @@
rescue LoadError
require 'rubygems' unless ENV['NO_RUBYGEMS']
gem 'rspec'
require 'spec'
require 'rspec'
end

$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'cyrillizer'

0 comments on commit f318816

Please sign in to comment.