1. 19 5月, 2017 5 次提交
  2. 18 5月, 2017 3 次提交
  3. 17 5月, 2017 6 次提交
  4. 16 5月, 2017 14 次提交
  5. 15 5月, 2017 5 次提交
  6. 14 5月, 2017 4 次提交
    • E
      Clarify documentation for system test arguments · 46adb59b
      eileencodes 提交于
      Previously this implied that system tests provided other non-headless
      drivers when Selenium is the only driver that uses `:using`,
      `:screen_size` or `:options` arguments.
      
      This change clarifies that Selenium is the only non-headless driver.
      46adb59b
    • E
      Use a more realistic use-case for system test generator · c4c48b0d
      eileencodes 提交于
      It's more likely you'll generate a test for testing users than a users
      creates test. This is a better example of a real world test.
      Additionally the users create view is unlikely to have the text
      "UserCreates" since that is likely generated as well. This is now an
      example of visiting the users index.
      c4c48b0d
    • E
      Update system test runner docs · 5bb1ab4a
      eileencodes 提交于
      It wasn't clear that system tests don't run with the rest of the test
      suite and are part of a separate command.
      
      This documents the `test:system` command as well as update the Rails
      runner help documentation to make it clearer that system tests are run
      via their own command by default.
      5bb1ab4a
    • G
      Merge pull request #29010 from y-yagi/fix_28988 · 630b6534
      Guillermo Iguaran 提交于
      Allow irb options to be passed from `rails console` command
      630b6534
  7. 13 5月, 2017 3 次提交