Sha256: cc440f8ad1f98333306c41254b1d24e2f4ef5cd34a898fd0c634c5cca731b9a2

Contents?: true

Size: 314 Bytes

Versions: 87

Compression:

Stored size: 314 Bytes

Contents

require 'spec_helper'

describe "RealizeTypes" do
  describe "GET /realize_types" do
    it "works! (now write some real specs)" do
      # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
      get realize_types_path
      response.status.should be(302)
    end
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
enju_biblio-0.0.7 spec/requests/realize_types_spec.rb
enju_biblio-0.0.6 spec/requests/realize_types_spec.rb
enju_biblio-0.0.5 spec/requests/realize_types_spec.rb
enju_biblio-0.0.4 spec/requests/realize_types_spec.rb
enju_biblio-0.0.3 spec/requests/realize_types_spec.rb
enju_biblio-0.0.2 spec/requests/realize_types_spec.rb
enju_biblio-0.0.1 spec/requests/realize_types_spec.rb