Sha256: de58163b1e626430686f841ccb4e92b268621f7edb1f2577bb10889a2bb99054

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 Bytes

Contents

require 'spec_helper'

# To make sure test environment is loading. Other successful tests will render
# this one redundant, so it's safe to remove.
#
# For those who would flame me, this gem evolved out of a bit of test code that
# was written for another project. Since the test code itself became a gem, I
# didn't necessarily have tests for my tests.
#
# Since I'm starting with a code base before the test environment exists, this
# file merely assures me that the test environment is loading.
#
describe "rails" do
  it "should be defined" do
    Rails
    GenSpec
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
genspec-0.2.0.prerails3.2 spec/environment_spec.rb
genspec-0.2.0.prerails3.1 spec/environment_spec.rb
genspec-0.1.1 spec/environment_spec.rb