{"id":17101159,"url":"https://github.com/doabit/capybara-padrino","last_synced_at":"2025-04-12T23:55:38.325Z","repository":{"id":56843276,"uuid":"9310812","full_name":"doabit/capybara-padrino","owner":"doabit","description":"Capybara and rspec config for padrino","archived":false,"fork":false,"pushed_at":"2013-04-09T02:15:11.000Z","size":170,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T17:57:18.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doabit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-09T01:41:17.000Z","updated_at":"2015-09-08T11:44:22.000Z","dependencies_parsed_at":"2022-09-09T02:32:04.986Z","dependency_job_id":null,"html_url":"https://github.com/doabit/capybara-padrino","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fcapybara-padrino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fcapybara-padrino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fcapybara-padrino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doabit%2Fcapybara-padrino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doabit","download_url":"https://codeload.github.com/doabit/capybara-padrino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248419756,"owners_count":21100246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T15:24:05.839Z","updated_at":"2025-04-12T23:55:38.293Z","avatar_url":"https://github.com/doabit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capybara::Padrino\n\nCapybara and rspec config for padrino.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    group :test do\n      gem \"capybara-padrino\"\n    end\n\nOr\n\n    group :test do\n      gem \"capybara-padrino\", github: \"doabit/capybara-padrino\"\n    end\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nIf you are using rspec, and don't want to write \":type =\u003e :feature\" for every feature spec, then add\n\n     require \"capybara/padrino/rspec\"\n\nin spec_helper.rb. Now put your Capybara specs in spec/features and write your specs like so:\n\n    describe \"the signup process\" do\n      before :each do\n        User.make(:email =\u003e 'user@example.com', :password =\u003e 'caplin')\n      end\n\n      it \"signs me in\" do\n        visit '/sessions/new'\n        within(\"#session\") do\n          fill_in 'Login', :with =\u003e 'user@example.com'\n          fill_in 'Password', :with =\u003e 'password'\n        end\n        click_link 'Sign in'\n        page.should have_content 'Success'\n      end\n    end\n\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\nπ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoabit%2Fcapybara-padrino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoabit%2Fcapybara-padrino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoabit%2Fcapybara-padrino/lists"}