github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

danlucraft / redcar

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 386
    • 24
  • Source
  • Commits
  • Network (24)
  • Downloads (6)
  • Wiki (4)
  • Graphs
  • Tree: 8858a41

click here to add a description

click here to add a homepage

  • Branches (4)
    • master
    • paned-project
    • stable-branch
    • wrapper
  • Tags (6)
    • v0.3.2dev
    • stable
    • gtk-head
    • 0.3.1dev
    • 0.3.0dev
    • 0.2
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A cross-platform programmer's editor written in Ruby. — Read more

  cancel

http://redcareditor.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Merge branch 'testing' 
danlucraft (author)
Sat Mar 07 06:30:44 -0800 2009
commit  8858a414ed0a216a2f15666c90263dab7e1e9b12
tree    9cfce6bfd4ddf6263ea5629e09bde25ce59fbbb3
parent  c600a9f12ed76610e2c1f124d9e06f1f070cd49e parent  b17cbe469aacc94bf7ab3faebe8672e29fbf57d2
redcar / plugins / project / features / project_tab.feature plugins/project/features/project_tab.feature
100644 66 lines (52 sloc) 2.63 kb
edit raw blame history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Feature: The Project Tab
As a User
I want to navigate through my projects easily
 
  Scenario: Open the project tab
When I press "Ctrl+Shift+P"
    And I press "2"
    Then there should be one ProjectTab open
    And the title of the ProjectTab should be "Project"
 
  Scenario: Shows the menu
Given I have opened the ProjectTab
    When I right click on the ProjectTab
    Then I should see a menu with "Add Project Directory"
 
  Scenario: Add a project directory, adds directory, subdirectories and files
Given I have opened the ProjectTab
    When I add the directory "plugins/project" to the ProjectTab
    Then I should see "project" in the ProjectTab
    And I should see "commands" in the ProjectTab
    And I should see "plugin.rb" in the ProjectTab
    And I should not see "step_definitions" in the ProjectTab
    And I should not see "[dummy row]" in the ProjectTab
 
  Scenario: Remove a project directory
Given I have opened the ProjectTab
    When I add the directory "plugins/project" to the ProjectTab
    And I remove the directory "plugins/project" from the ProjectTab
    Then I should not see "project" in the ProjectTab
 
  Scenario: Remove a project directory by giving a subdirectory
Given I have opened the ProjectTab
    When I add the directory "plugins/project" to the ProjectTab
    And I remove the directory "plugins/project/spec" from the ProjectTab
    Then I should not see "project" in the ProjectTab
 
  Scenario: Open a subdirectory
Given I have opened the ProjectTab
    And I have added the directory "plugins/project" to the ProjectTab
    When I open "features" in the ProjectTab
    Then I should see "step_definitions" in the ProjectTab
    And I should see "env.rb" in the ProjectTab
    And I should not see "[dummy row]" in the ProjectTab
 
  Scenario: Close a subdirectory
Given I have opened the ProjectTab
    And I have added the directory "plugins/project" to the ProjectTab
    When I close "features" in the ProjectTab
    Then I should not see "step_definitions" in the ProjectTab
 
  Scenario: Should reload subdirectories
Given I have opened the ProjectTab
    And I have added the directory "plugins/project" to the ProjectTab
    When I open "features" in the ProjectTab
    And I should not see "astoria.txt" in the ProjectTab
    And I close "features" in the ProjectTab
    And I create a file "astoria.txt" in the project plugin's features directory
And I open "features" in the ProjectTab
Then I should see "astoria.txt" in the ProjectTab
And I cleanup the file "astoria.txt" in the project plugin's features directory
 
 
 
 
 
 
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server