Sha256: 6f636c174040105b2eb38029cfb928fb1db68673f3bacf01231e1cf67e5cbaa2

Contents?: true

Size: 179 Bytes

Versions: 12

Compression:

Stored size: 179 Bytes

Contents

require 'simplecov' if ENV['COVERAGE']

require 'minitest/autorun'

class NeoRailsCase < MiniTest::Spec
  class << self
    alias :context :describe
    alias :test :it
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
neo-rails-0.2.1 test/helper.rb
neo-rails-0.2.0 test/helper.rb
neo-rails-0.1.3 test/helper.rb
neo-rails-0.1.2 test/helper.rb
neo-rails-0.1.1 test/helper.rb
neo-rails-0.1.0 test/helper.rb
neo-rails-0.0.8 test/helper.rb
neo-rails-0.0.7 test/helper.rb
neo-rails-0.0.6 test/helper.rb
neo-rails-0.0.5 test/helper.rb
neo-rails-0.0.4 test/helper.rb
neo-rails-0.0.3 test/helper.rb