Sha256: 0d926d4580b50d0aca3f141885ed05a58bf9b40d4312ce4d7dfe96dc44b3956e

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

require 'rails_helper'

describe Animatecss, type: :feature do
  it "should have the css files on the assets pipeline" do
    visit "/assets/animate.css"
    expect(page.status_code).to eq(200)
  end

  it "should have the js file on the assets pipeline" do
    visit "/assets/animate.js"
    expect(page.status_code).to eq(200)
  end

  it "should remove the animated classes when using the JS initializer" 
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
animatecss-0.0.11 spec/integration/animatecss_spec.rb
animatecss-0.0.10 spec/integration/animatecss_spec.rb
animatecss-0.0.9 spec/integration/animatecss_spec.rb
animatecss-0.0.8 spec/integration/animatecss_spec.rb