Skip to content
  • Lunar's avatar
    Turn coquelicot_spec into proper integration tests · f9a9e26e
    Lunar authored
    coquelicot_spec without knowledge of the best practices. So let's ditch it
    and reimplement the integration tests using Cucumber. The less purposed
    tests were mostly for the authentication methods, so they are now covered
    using new specs.
    
    Now that we are using Capybara everywhere, we can remove hpricot from
    the dependencies.
    
    A new task 'test' will run both RSpec and Cucumber.
    f9a9e26e
Analyzing file…